class Aws::SWF::Types::SignalExternalWorkflowExecutionInitiatedEventAttributes

Provides the details of the `SignalExternalWorkflowExecutionInitiated` event.

@!attribute [rw] workflow_id

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

@!attribute [rw] run_id

The `runId` of the external workflow execution to send the signal
to.
@return [String]

@!attribute [rw] signal_name

The name of the signal.
@return [String]

@!attribute [rw] input

The input provided to the signal.
@return [String]

@!attribute [rw] decision_task_completed_event_id

The ID of the `DecisionTaskCompleted` event corresponding to the
decision task that resulted in the `SignalExternalWorkflowExecution`
decision for this signal. 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 decision tasks.
@return [String]

Constants

SENSITIVE