Contains information about a workflow execution.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionInfo()()()() | Initializes a new instance of the WorkflowExecutionInfo class | 
|  | CancelRequested | 
            Set to true if a cancellation is requested for this workflow execution.
             
             | 
|  | CloseStatus | 
            If the execution status is closed then this specifies how the execution was closed:  
 Constraints: | 
|  | CloseTimestamp | 
            The time when the workflow execution was closed. Set only if the execution status is CLOSED.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Execution | 
            The workflow execution this information is about.
             
             | 
|  | ExecutionStatus | 
            The current status of the execution.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Parent | 
            If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
             
             | 
|  | StartTimestamp | 
            The time when the execution was started.
             
             | 
|  | TagList | 
            The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the
            visibility APIs. A workflow execution can have a maximum of 5 tags.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCancelRequested(Boolean) | Obsolete. 
            Sets the CancelRequested property
             | 
|  | WithCloseStatus(String) | Obsolete. 
            Sets the CloseStatus property
             | 
|  | WithCloseTimestamp(DateTime) | Obsolete. 
            Sets the CloseTimestamp property
             | 
|  | WithExecution(WorkflowExecution) | Obsolete. 
            Sets the Execution property
             | 
|  | WithExecutionStatus(String) | Obsolete. 
            Sets the ExecutionStatus property
             | 
|  | WithParent(WorkflowExecution) | Obsolete. 
            Sets the Parent property
             | 
|  | WithStartTimestamp(DateTime) | Obsolete. 
            Sets the StartTimestamp property
             | 
|  | WithTagList(array<String>[]()[][]) | Obsolete. 
            Adds elements to the TagList collection
             | 
|  | WithTagList(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the TagList collection
             | 
|  | WithWorkflowType(WorkflowType) | Obsolete. 
            Sets the WorkflowType property
             | 
|  | WorkflowType | 
            The type of the workflow execution.
             
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionInfo |