AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains information about a workflow execution.
Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z
public class WorkflowExecutionInfo
The WorkflowExecutionInfo type exposes the following members
Name | Description | |
---|---|---|
![]() |
WorkflowExecutionInfo() |
Name | Type | Description | |
---|---|---|---|
![]() |
CancelRequested | System.Nullable<System.Boolean> |
Gets and sets the property CancelRequested. Set to true if a cancellation is requested for this workflow execution. |
![]() |
CloseStatus | Amazon.SimpleWorkflow.CloseStatus |
Gets and sets the property CloseStatus. If the execution status is closed then this specifies how the execution was closed:
|
![]() |
CloseTimestamp | System.Nullable<System.DateTime> |
Gets and sets the property CloseTimestamp. The time when the workflow execution was closed. Set only if the execution status is CLOSED. |
![]() |
Execution | Amazon.SimpleWorkflow.Model.WorkflowExecution |
Gets and sets the property Execution. The workflow execution this information is about. |
![]() |
ExecutionStatus | Amazon.SimpleWorkflow.ExecutionStatus |
Gets and sets the property ExecutionStatus. The current status of the execution. |
![]() |
Parent | Amazon.SimpleWorkflow.Model.WorkflowExecution |
Gets and sets the property Parent. If this workflow execution is a child of another execution then contains the workflow execution that started this execution. |
![]() |
StartTimestamp | System.Nullable<System.DateTime> |
Gets and sets the property StartTimestamp. The time when the execution was started. |
![]() |
TagList | System.Collections.Generic.List<System.String> |
Gets and sets the property 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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
WorkflowType | Amazon.SimpleWorkflow.Model.WorkflowType |
Gets and sets the property WorkflowType. The type of the workflow execution. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer