class Aws::SWF::Types::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Provides the details of the `RequestCancelExternalWorkflowExecutionInitiated` event.

@!attribute [rw] workflow_id

The `workflowId` of the external workflow execution to be canceled.
@return [String]

@!attribute [rw] run_id

The `runId` of the external workflow execution to be canceled.
@return [String]

@!attribute [rw] decision_task_completed_event_id

The ID of the `DecisionTaskCompleted` event corresponding to the
decision task that resulted in the
`RequestCancelExternalWorkflowExecution` decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the chain of events leading up to this
event.
@return [Integer]

@!attribute [rw] control

Data attached to the event that can be used by the decider in
subsequent workflow tasks.
@return [String]

Constants

SENSITIVE