WorkflowExecutionOpenCounts - Amazon Simple Workflow Service
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

WorkflowExecutionOpenCounts

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

Contents

openActivityTasks

The count of activity tasks whose status is OPEN.

Type: Integer

Valid Range: Minimum value of 0.

Required: Yes

openChildWorkflowExecutions

The count of child workflow executions whose status is OPEN.

Type: Integer

Valid Range: Minimum value of 0.

Required: Yes

openDecisionTasks

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 1.

Required: Yes

openTimers

The count of timers started by this workflow execution that have not fired yet.

Type: Integer

Valid Range: Minimum value of 0.

Required: Yes

openLambdaFunctions

The count of Lambda tasks whose status is OPEN.

Type: Integer

Valid Range: Minimum value of 0.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: