InvokeWorkflowActivity Class
Asynchronously runs one workflow from another. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
The InvokeWorkflowActivity first calls the Invoking code-beside method, if one is specified. Typically, this method is used to set up incoming parameters for the workflow instance to be invoked.
InvokeWorkflowActivity then creates and invokes a workflow instance of the specified type, passing the parameters that are provided. As soon as the workflow is invoked, the InvokeWorkflowActivity finishes immediately.
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.InvokeWorkflowActivity
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.