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

Provides details of the WorkflowExecutionCompleted event.

Declaration Syntax
C#
public class WorkflowExecutionCompletedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

DecisionTaskCompletedEventId
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this execution. This information can be useful for diagnosing problems by tracing back the cause of events.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Result
The result produced by the workflow execution upon successful completion.

Constraints:

Length
0 - 32768


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

WithResult(String) Obsolete.
Sets the Result property

Inheritance Hierarchy
Object
WorkflowExecutionCompletedEventAttributes

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