ChildWorkflowExecutionTerminatedEventAttributes

public struct ChildWorkflowExecutionTerminatedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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 terminated.

    Declaration

    Swift

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

    Declaration

    Swift

    public let workflowType: WorkflowType
  • Undocumented

    Declaration

    Swift

    public init(initiatedEventId: Int64, startedEventId: Int64, workflowExecution: WorkflowExecution, workflowType: WorkflowType)