SignalExternalWorkflowExecutionInitiatedEventAttributes

public struct SignalExternalWorkflowExecutionInitiatedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Data attached to the event that can be used by the decider in subsequent decision tasks.

    Declaration

    Swift

    public let control: String?
  • 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.

    Declaration

    Swift

    public let decisionTaskCompletedEventId: Int64
  • The input provided to the signal.

    Declaration

    Swift

    public let input: String?
  • The runId of the external workflow execution to send the signal to.

    Declaration

    Swift

    public let runId: String?
  • The name of the signal.

    Declaration

    Swift

    public let signalName: String
  • The workflowId of the external workflow execution.

    Declaration

    Swift

    public let workflowId: String
  • Undocumented

    Declaration

    Swift

    public init(control: String? = nil, decisionTaskCompletedEventId: Int64, input: String? = nil, runId: String? = nil, signalName: String, workflowId: String)