How can we specify two actions from the same state which goes to the same state (with different resolutions)?
Within a single Workflow, I would like to have a single state called "Closed" with two resolutions: Done and Not Done, and I want to have 2 different Actions "Complete" and "Cancel" which go to Closed -> Done and Closed -> Not Done, respectively.
I have defined the Actions:
Cancel with Target State Closed, with Resolution Not Done
Complete with Target State Closed, with Resolution Done.
However,in the workflow Transitions, the dropdown for the transition from In Progress to Closed only allows me to specify 1 and only 1 Action for the transition from In Progress to Closed (I need two of them).
Is there a way to do this??
I have defined the Actions:
Cancel with Target State Closed, with Resolution Not Done
Complete with Target State Closed, with Resolution Done.
However,in the workflow Transitions, the dropdown for the transition from In Progress to Closed only allows me to specify 1 and only 1 Action for the transition from In Progress to Closed (I need two of them).
Is there a way to do this??
4 answers
Hi Susan
Only 1 action is allowed when configuring a transition from State A to State B.
From my understanding you don't need 2 actions. You can simply create 2 resolutions (Done and Not Done) and link both to a single Action (Complete, for example).
The Action "Complete" will transition the WI from "In Progress" to "Closed" and the user will be prompted to choose one of the two resultions (Done and Not Done)
Only 1 action is allowed when configuring a transition from State A to State B.
From my understanding you don't need 2 actions. You can simply create 2 resolutions (Done and Not Done) and link both to a single Action (Complete, for example).
The Action "Complete" will transition the WI from "In Progress" to "Closed" and the user will be prompted to choose one of the two resultions (Done and Not Done)
Hi Sam,
In the workflow configuration, for each action you can configure what resolutions to display. When taking the "Complete" action, the user will be able to choose between 2 resolutions (Done and Not Done)
In the workflow configuration, for each action you can configure what resolutions to display. When taking the "Complete" action, the user will be able to choose between 2 resolutions (Done and Not Done)
Yes, I see. "prompt" is not exactly the word. When the user take the action "Complete", the Resolution drop down will now be available. The user can choose the resolutions listed there (Done and Not Done, in this case). It is not possible to leave the resolution attribute blank (because there is no blank option). The resolution drop down will be automatically populated with one of the resolutions (Done, for example).
Comments
sam detweiler
Apr 29 '14, 8:15 a.m.