ExternalWorkflowExecutionCancelRequestedEventAttributes

public struct ExternalWorkflowExecutionCancelRequestedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. 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 to which the cancellation request was delivered.

    Declaration

    Swift

    public let workflowExecution: WorkflowExecution
  • Undocumented

    Declaration

    Swift

    public init(initiatedEventId: Int64, workflowExecution: WorkflowExecution)