RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

public struct RequestCancelExternalWorkflowExecutionInitiatedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let control: String?
  • The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request. 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 runId of the external workflow execution to be canceled.

    Declaration

    Swift

    public let runId: String?
  • The workflowId of the external workflow execution to be canceled.

    Declaration

    Swift

    public let workflowId: String
  • Undocumented

    Declaration

    Swift

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