Class: Aws::SWF::Types::WorkflowExecutionCancelRequestedEventAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Provides the details of the WorkflowExecutionCancelRequested event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

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.

Returns:

  • (String)


5712
5713
5714
5715
5716
5717
5718
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5712

class WorkflowExecutionCancelRequestedEventAttributes < Struct.new(
  :external_workflow_execution,
  :external_initiated_event_id,
  :cause)
  SENSITIVE = []
  include Aws::Structure
end

#external_initiated_event_idInteger

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.

Returns:

  • (Integer)


5712
5713
5714
5715
5716
5717
5718
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5712

class WorkflowExecutionCancelRequestedEventAttributes < Struct.new(
  :external_workflow_execution,
  :external_initiated_event_id,
  :cause)
  SENSITIVE = []
  include Aws::Structure
end

#external_workflow_executionTypes::WorkflowExecution

The external workflow execution for which the cancellation was requested.



5712
5713
5714
5715
5716
5717
5718
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5712

class WorkflowExecutionCancelRequestedEventAttributes < Struct.new(
  :external_workflow_execution,
  :external_initiated_event_id,
  :cause)
  SENSITIVE = []
  include Aws::Structure
end