Shawky Foda suggested an idea · Jan 12, 2019 at 05:29 PM · 2k Views uiflowsstepconditional flowconditional
Introduce the StepsGroup concept in the flow. is a way to group a set of steps together, for example :
<StepsGroup Name = "Group01">
<Step>
<name> AssignMessage01</name>
</Step>
<Step>
<name> AssignMessage02</name>
</Step>
<Step>
<name> AssignMessage03</name>
</Step>
<Condition>xyz=123 </Condition>
</StepsGroup>
This will help to :
1- But a single condition for a group of steps ( currently you need to repeat the condition for each step.
2- displaying the flow diagram with the conditions not just a simple one way flow ( currently conditions does not have any reflection on the flow diagram) which will make the interpretation of the flow diagram is a simpler and meaningful
Joseph Bradley commented · Feb 24, 2019 at 03:01 PM
Is this substantially different than a shared flow? I love the idea of showing decision points in the flow graph.
Help us make things better. Share your great idea or vote for other people's.