ChildWorkflowExecutionStartedEventAttributes
public struct ChildWorkflowExecutionStartedEventAttributes : 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 child workflow execution that was started.
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, workflowExecution: WorkflowExecution, workflowType: WorkflowType)