Executing a workflow from another workflow ?
- by Mina Samy
Hi all
I have a console sequential workflow that at a certain step I use the InvokeWorkflow activity to invoke another workflow and then check a certain value that is set by the second workflow, and continue the execution of the first workflow normally
the problem is when InvokeWorkflow activity is executed the program executes the second workflow and exits, the execution is not returned back to the first workflow.
is there a way to call the second workflow from the first and wait till it ends and then continue the execution of the first.
thanks