views:

32

answers:

0

Hi all

I have a console sequential workflow. At a certain step I use the InvokeWorkflow activity to invoke another workflow. I 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, wait till it ends and then continue the execution of the first?

Thanks