public WorkflowExecutionResult ExecuteStep( string stepID )
Public Function ExecuteStep( _ Optional ByVal stepID As String _ ) As WorkflowExecutionResult
Parameters
- stepID
- The ID of the step to execute. If no step is specified, the current step will be executed
Return Value
Information on the return code and errors during execution