ExternalWorkflowExecutionSignaledEventAttributes
public struct ExternalWorkflowExecutionSignaledEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request 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 initiatedEventId: Int64
-
The external workflow execution that the signal was delivered to.
Declaration
Swift
public let workflowExecution: WorkflowExecution
-
Undocumented
Declaration
Swift
public init(initiatedEventId: Int64, workflowExecution: WorkflowExecution)