WorkflowExecutionOpenCounts

Contains the counts of open tasks, child workflow executions and timers for a workflow execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String