You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides the details of the WorkflowExecutionCancelRequested event.

Returned by:

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.

Possible values:

  • CHILD_POLICY_APPLIED

Returns:

  • (String)

    If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.

#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)

    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.

#external_workflow_executionTypes::WorkflowExecution

The external workflow execution for which the cancellation was requested.

Returns: