Possible to loop activities on different pages?
Sometime we may need to go back to certain activity and re-run the logic again. In old way workflow, we can just drag an arrow to point to the activity we need to begin. While in WF5, these activities even don't on the same page. how can we make the workflow go out and back to some activity and run again?
Cheers,
minbin jiang
-
Hello Minbin,
WF5 does support the ability to re-run workflows in just the manner that you mentioned. Certain activities have restrictions as to how many outgoing connections they will allow for but generally there are no limits as to how many incoming connections are allowed. I would suggest using a conditional activity like an If or Switch to manage when to loop back to an existing activity/workflow logic.
One thing to mention is that the Display Form activity has a 'Reset' input for if you need to reset the state of the form when run the next time, otherwise previous settings will remain, which can be useful depending on the intended behaviour.
Thanks, Stefan
0 -
Thanks Stefan.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer