/AWS1/CL_SWFWORKFLOWEXEOPENCTS¶
Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_openactivitytasks TYPE /AWS1/SWFCOUNT /AWS1/SWFCOUNT¶
The count of activity tasks whose status is
OPEN.
iv_opendecisiontasks TYPE /AWS1/SWFOPENDCSNTASKSCOUNT /AWS1/SWFOPENDCSNTASKSCOUNT¶
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
iv_opentimers TYPE /AWS1/SWFCOUNT /AWS1/SWFCOUNT¶
The count of timers started by this workflow execution that have not fired yet.
iv_openchildworkflowexecs TYPE /AWS1/SWFCOUNT /AWS1/SWFCOUNT¶
The count of child workflow executions whose status is
OPEN.
Optional arguments:¶
iv_openlambdafunctions TYPE /AWS1/SWFCOUNT /AWS1/SWFCOUNT¶
The count of Lambda tasks whose status is
OPEN.
Queryable Attributes¶
openActivityTasks¶
The count of activity tasks whose status is
OPEN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENACTIVITYTASKS() |
Getter for OPENACTIVITYTASKS |
openDecisionTasks¶
The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENDECISIONTASKS() |
Getter for OPENDECISIONTASKS |
openTimers¶
The count of timers started by this workflow execution that have not fired yet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENTIMERS() |
Getter for OPENTIMERS |
openChildWorkflowExecutions¶
The count of child workflow executions whose status is
OPEN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENCHILDWORKFLOWEXECS() |
Getter for OPENCHILDWORKFLOWEXECUTIONS |
openLambdaFunctions¶
The count of Lambda tasks whose status is
OPEN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENLAMBDAFUNCTIONS() |
Getter for OPENLAMBDAFUNCTIONS |