AWS SDK Version 3 for .NET
API Reference

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 details about a workflow execution.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionDetail

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class WorkflowExecutionDetail

The WorkflowExecutionDetail type exposes the following members

Constructors

NameDescription
Public Method WorkflowExecutionDetail()

Properties

NameTypeDescription
Public Property ExecutionConfiguration Amazon.SimpleWorkflow.Model.WorkflowExecutionConfiguration

Gets and sets the property ExecutionConfiguration.

The configuration settings for this workflow execution including timeout values, tasklist etc.

Public Property ExecutionInfo Amazon.SimpleWorkflow.Model.WorkflowExecutionInfo

Gets and sets the property ExecutionInfo.

Information about the workflow execution.

Public Property LatestActivityTaskTimestamp System.DateTime

Gets and sets the property LatestActivityTaskTimestamp.

The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.

Public Property LatestExecutionContext System.String

Gets and sets the property LatestExecutionContext.

The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.

Public Property OpenCounts Amazon.SimpleWorkflow.Model.WorkflowExecutionOpenCounts

Gets and sets the property OpenCounts.

The number of tasks for this workflow execution. This includes open and closed tasks of all types.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5