public WorkflowExecutionResult CompleteStep( string stepID )
Public Function CompleteStep( _ Optional ByVal stepID As String _ ) As WorkflowExecutionResult
Parameters
- stepID
- The ID of the step to mark as complete. If no step is specified, the current step will be marked as complete
Return Value
Information on the return code and errors during completion