Executing a workflow from another workflow ?
Posted
by Mina Samy
on Stack Overflow
See other posts from Stack Overflow
or by Mina Samy
Published on 2010-05-16T07:18:34Z
Indexed on
2010/05/16
7:30 UTC
Read the original article
Hit count: 713
Workflow
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
© Stack Overflow or respective owner