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

Provides details of the WorkflowExecutionCancelRequested event.

Declaration Syntax
C#
public class WorkflowExecutionCancelRequestedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

Cause
If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out or is terminated, and the child policy is set to cancel child executions.

Constraints:

Allowed Values
CHILD_POLICY_APPLIED


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExternalInitiatedEventId
The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this workflow execution.The source event with this Id can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

ExternalWorkflowExecution
The external workflow execution for which the cancellation was requested.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCause(String) Obsolete.
Sets the Cause property

WithExternalInitiatedEventId(Int64) Obsolete.
Sets the ExternalInitiatedEventId property

WithExternalWorkflowExecution(WorkflowExecution) Obsolete.
Sets the ExternalWorkflowExecution property

Inheritance Hierarchy
Object
WorkflowExecutionCancelRequestedEventAttributes

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