ChildWorkflowExecutionFailedEventAttributes

public struct ChildWorkflowExecutionFailedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The details of the failure (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 reason for the failure (if provided).

    Declaration

    Swift

    public let reason: String?
  • 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 failed.

    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, reason: String? = nil, startedEventId: Int64, workflowExecution: WorkflowExecution, workflowType: WorkflowType)