AWS SDK Version 2 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.

.NET Framework 4.5
 
Contains details about a workflow execution.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.WorkflowExecutionDetail

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class WorkflowExecutionDetail : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8