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

Provides details of the WorkflowExecutionTimedOut event.

Declaration Syntax
C#
public class WorkflowExecutionTimedOutEventAttributes
Members
All MembersConstructorsMethodsProperties



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

ChildPolicy
The policy used for the child workflow executions of this workflow execution. The supported child policies are:
  • TERMINATE: the child executions will be terminated.
  • REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
  • ABANDON: no action will be taken. The child executions will continue to run.

Constraints:

Allowed Values
TERMINATE, REQUEST_CANCEL, ABANDON


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.)
TimeoutType
The type of timeout that caused this event.

Constraints:

Allowed Values
START_TO_CLOSE


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithChildPolicy(String) Obsolete.
Sets the ChildPolicy property

WithTimeoutType(String) Obsolete.
Sets the TimeoutType property

Inheritance Hierarchy
Object
WorkflowExecutionTimedOutEventAttributes

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