WorkflowExecutionCompletedEventAttributes

public struct WorkflowExecutionCompletedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CompleteWorkflowExecution decision to complete this 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 decisionTaskCompletedEventId: Int64
  • The result produced by the workflow execution upon successful completion.

    Declaration

    Swift

    public let result: String?
  • Undocumented

    Declaration

    Swift

    public init(decisionTaskCompletedEventId: Int64, result: String? = nil)