How can make Depend any attribute value with state
How can make Depend any attribute value with state
suppose i have created an enumeration with 5 values and i want any user select 3 value workitem workflow change from its normal workflow
|
One answer
You cannot have multiple workflows for a work item. You need to merge them together to a single one if needed.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can you please rephrase your question? It makes no sense to me.
Hi Donald
As we can implement Dependent Enumeration , same way can we also Implement Dependent Workflow which Depend on Attribute
Can i make my workflow depend on Attribute's value, if any user select that some particular value Workflow get change
suppose there is attribute "Document Type and values are A, B,C,D
If any user Select the Values "A,B,D" then normal workflow should be follow and if any User Select the Value "C" Workflow Get Change
Please Suggest me ,How to Implement above Condition on my workflow.