public WorkflowExecutionResult FinishSplitExecutionStep( string stepID, IReadOnlyList<string> args )
Public Overloads Function FinishSplitExecutionStep( _ ByVal stepID As String, _ ByVal args As IReadOnlyList(Of String) _ ) As WorkflowExecutionResult
Parameters
- stepID
- The ID of the step to finish executing. If no step is specified, the current step will be marked as complete
- args
- Array of string arguments to pass to the step
Return Value
Information on the return code and errors during execution