Parent Workflow BACK functionality
I have a Parent Workflow that executes a number of workflows. The behavior I would like is to have the workflows have a 'BACK' or 'REPEAT' button so that they can repeat or execute again from the beginning without having to go through the parent. Anyone have some ideas?
0
-
Were you able to resolve this issue? I am looking for the sample for this scenario.
Thanks,
S
0 -
You need to surround what you already have with a Do While activity.
Add a Boolean variable to the workflow before the Do While and add into the end of the Do While loop a Form that prompts the user as to whether they want to carry on where Yes = True and No = false
Does that make any sense to you Andrea?
regards
Ralph
0
Please sign in to leave a comment.
Comments
2 comments