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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



6532
6533
6534
6535
6536
6537
6538
# File 'lib/aws-sdk-swf/types.rb', line 6532

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.



6532
6533
6534
6535
6536
6537
6538
# File 'lib/aws-sdk-swf/types.rb', line 6532

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.



6532
6533
6534
6535
6536
6537
6538
# File 'lib/aws-sdk-swf/types.rb', line 6532

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