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

Class: Aws::SWF::Types::WorkflowExecutionSignaledEventAttributes

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

Overview

Provides the details of the WorkflowExecutionSignaled event.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#external_initiated_event_idInteger

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal 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. This field is set only if the signal was initiated by another workflow execution.

Returns:

  • (Integer)

    The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal 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 workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

Returns:

#inputString

The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.

Returns:

  • (String)

    The inputs provided with the signal.

#signal_nameString

The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

Returns:

  • (String)

    The name of the signal received.