AWS SDK for .NET Documentation
WorkflowExecutionDetail Class
AmazonAmazon.SimpleWorkflow.ModelWorkflowExecutionDetail Did this page help you?   Yes   No    Tell us about it...

Contains details about a workflow execution.

Declaration Syntax
C#
public class WorkflowExecutionDetail
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WorkflowExecutionDetail()()()()
Initializes a new instance of the WorkflowExecutionDetail class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecutionConfiguration
The configuration settings for this workflow execution including timeout values, tasklist etc.

ExecutionInfo
Information about the workflow execution.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
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.

LatestExecutionContext
The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext, which is a free form string, when closing a decision task using RespondDecisionTaskCompleted.

Constraints:

Length
0 - 32768


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

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithExecutionConfiguration(WorkflowExecutionConfiguration) Obsolete.
Sets the ExecutionConfiguration property

WithExecutionInfo(WorkflowExecutionInfo) Obsolete.
Sets the ExecutionInfo property

WithLatestActivityTaskTimestamp(DateTime) Obsolete.
Sets the LatestActivityTaskTimestamp property

WithLatestExecutionContext(String) Obsolete.
Sets the LatestExecutionContext property

WithOpenCounts(WorkflowExecutionOpenCounts) Obsolete.
Sets the OpenCounts property

Inheritance Hierarchy
Object
WorkflowExecutionDetail

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)