Help

Invoke Workflow Activity

The Invoke Workflow Activity allows an ASP.net workflow to be invoked synchronously. Once the TargetWorkflow property is set, the first activity in the workflow will be visible along with its parameters, which can then be organized in code or using the property browser.

Once the invoked activity has finished, execution will return to the following activity.

NOTE Workflows are not recursive, and so an invoked workflow can not invoke itself, parent or any other workflow that might invoke itself.