rtc 3.0.1 to change attribute value on workflow
I want to change some value or descriptions on default workflow. Process Configuration -> workflows
After I set any minor changes (For example : description of a workflow), when I save this changes. Editor gave error like
"No enum const classcom.ibm.team.workitem.ide.ui.internal.aspecteditor.workflow.WFSStateGroup$GroupCategory.NPROGRESS. "
I investigated process configuration source.xml . I realised some definitions are being added by editor.
stateGroupDefinition category="closed" id="closed" name="Closed" oslcGroup="oslc-closed"
stateGroupDefinition category="open" id="open" name="Open"
stateGroupDefinition category="inprogress" id="inprogress" name="In Progress" oslcGroup="oslc-inprogress"
I work on RTC 3.0.1 Client
After I set any minor changes (For example : description of a workflow), when I save this changes. Editor gave error like
"
I investigated process configuration source.xml . I realised some definitions are being added by editor.
stateGroupDefinition category="closed" id="closed" name="Closed" oslcGroup="oslc-closed"
stateGroupDefinition category="open" id="open" name="Open"
stateGroupDefinition category="inprogress" id="inprogress" name="In Progress" oslcGroup="oslc-inprogress"
I work on RTC 3.0.1 Client