WorkflowExecutionOpenCounts
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
Types
Properties
Link copied to clipboard
The count of activity tasks whose status is OPEN
.
Link copied to clipboard
The count of child workflow executions whose status is OPEN
.
Link copied to clipboard
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
Link copied to clipboard
The count of Lambda tasks whose status is OPEN
.
Link copied to clipboard
The count of timers started by this workflow execution that have not fired yet.
Functions
Link copied to clipboard
inline fun copy(block: WorkflowExecutionOpenCounts.Builder.() -> Unit = {}): WorkflowExecutionOpenCounts