Contains information about a workflow execution.
/// <summary> /// Sets the ExecutionInfo property /// </summary> /// <param name="executionInfo">The value to set for the ExecutionInfo property </param> /// <returns>this instance</returns> public WorkflowExecutionDetail WithExecutionInfo(WorkflowExecutionInfo executionInfo) { this.executionInfo = executionInfo; return this; }
public WorkflowExecutionDetail WithExecutionInfo(WorkflowExecutionInfo executionInfo) { this.executionInfo = executionInfo; return(this); }