Runs the specified workflow instance.
Public Function RunWorkflow ( _ workflowInstanceId As Guid _ ) As Boolean
Dim instance As ManualWorkflowSchedulerService Dim workflowInstanceId As Guid Dim returnValue As Boolean returnValue = instance.RunWorkflow(workflowInstanceId)
public bool RunWorkflow( Guid workflowInstanceId )
public: bool RunWorkflow( Guid workflowInstanceId )
public function RunWorkflow( workflowInstanceId : Guid ) : boolean
workflowInstanceId is an empty GUID.
This is a synchronous call that uses the current thread to run the workflow. It does not return until the workflow idles, suspends, completes, terminates, or aborts.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003