Ability to select one of multiple action when creating workitem
![]() I am using RTC 6.0.2
I have a requirement, where I should be allowed save a WI to Draft or Submit depending upon users requirements.
Currently in RTC for any WI the initial status is Uninitialized, and its disabled, Also the workflow for the WI has a Start Action which changes the status to Draft when saved for the first time, This leads to multiple click if a user wants to submit the WI instead of saving it to Draft.
Is there any way to achieve this?
|
One answer
![]() It is not possible in RTC. A single target state is allowed for an action, and the workflow only take a single "start action". This means that you will end up with a single state (Draft in your case), the target state of the "start action", when submitting a work item. You can develop an extension to automatically transit the work item from Draft to Submit if certain requirements are met (they have to be clearly defined).
Comments Thanks Donald for you your response.
I do not have enough reputation to upload anything in the post, But the the idea was.
If user thinks that user will need to review the WI later they can save it in Draft, But if they want to submit it they should be allowed to.
Currently my workflow allows user to submit the WI but it needs to be saved to Draft first then only i am allowed to save the WI in Submit status
Don,
Ralph,
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is one initial action which is pretty much a design requirement as it is automatic. After that it is all normal actions as workflows desire, so that won't work.
|