class Aws::SWF::Types::WorkflowExecutionOpenCounts

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

@!attribute [rw] open_activity_tasks

The count of activity tasks whose status is `OPEN`.
@return [Integer]

@!attribute [rw] open_decision_tasks

The count of decision tasks whose status is OPEN. A workflow
execution can have at most one open decision task.
@return [Integer]

@!attribute [rw] open_timers

The count of timers started by this workflow execution that have not
fired yet.
@return [Integer]

@!attribute [rw] open_child_workflow_executions

The count of child workflow executions whose status is `OPEN`.
@return [Integer]

@!attribute [rw] open_lambda_functions

The count of Lambda tasks whose status is `OPEN`.
@return [Integer]

Constants

SENSITIVE