ChildWorkflowExecutionCanceledEventAttributes

public struct ChildWorkflowExecutionCanceledEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Details of the cancellation (if provided).

    Declaration

    Swift

    public let details: String?
  • The ID of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child 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 ID of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

    Declaration

    Swift

    public let startedEventId: Int64
  • The child workflow execution that was canceled.

    Declaration

    Swift

    public let workflowExecution: WorkflowExecution
  • The type of the child workflow execution.

    Declaration

    Swift

    public let workflowType: WorkflowType
  • Undocumented

    Declaration

    Swift

    public init(details: String? = nil, initiatedEventId: Int64, startedEventId: Int64, workflowExecution: WorkflowExecution, workflowType: WorkflowType)