WorkflowExecutionOpenCounts
public struct WorkflowExecutionOpenCounts : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The count of activity tasks whose status is OPEN.
Declaration
Swift
public let openActivityTasks: Int
-
The count of child workflow executions whose status is OPEN.
Declaration
Swift
public let openChildWorkflowExecutions: Int
-
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
Declaration
Swift
public let openDecisionTasks: Int
-
The count of Lambda tasks whose status is OPEN.
Declaration
Swift
public let openLambdaFunctions: Int?
-
The count of timers started by this workflow execution that have not fired yet.
Declaration
Swift
public let openTimers: Int
-
init(openActivityTasks:openChildWorkflowExecutions:openDecisionTasks:openLambdaFunctions:openTimers:)
Undocumented
Declaration
Swift
public init(openActivityTasks: Int, openChildWorkflowExecutions: Int, openDecisionTasks: Int, openLambdaFunctions: Int? = nil, openTimers: Int)