You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::WorkflowExecutionOpenCounts

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#open_activity_tasksInteger

The count of activity tasks whose status is OPEN.

Returns:

  • (Integer)

    The count of activity tasks whose status is OPEN.

#open_child_workflow_executionsInteger

The count of child workflow executions whose status is OPEN.

Returns:

  • (Integer)

    The count of child workflow executions whose status is OPEN.

#open_decision_tasksInteger

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

Returns:

  • (Integer)

    The count of decision tasks whose status is OPEN.

#open_lambda_functionsInteger

The count of Lambda tasks whose status is OPEN.

Returns:

  • (Integer)

    The count of Lambda tasks whose status is OPEN.

#open_timersInteger

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

Returns:

  • (Integer)

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