/AWS1/CL_SFNMAPRUNITEMCOUNTS¶
Contains details about items that were processed in all of the child workflow executions that were started by a Map Run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pending TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items to process in child workflow executions that haven't started running yet.
iv_running TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items being processed in child workflow executions that are currently in-progress.
iv_succeeded TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items processed in child workflow executions that have completed successfully.
iv_failed TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items processed in child workflow executions that have failed.
iv_timedout TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items processed in child workflow executions that have timed out.
iv_aborted TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
iv_total TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
The total number of items processed in all the child workflow executions started by a Map Run.
iv_resultswritten TYPE /AWS1/SFNUNSIGNEDLONG /AWS1/SFNUNSIGNEDLONG¶
Returns the count of items whose results were written by
ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
Optional arguments:¶
iv_failuresnotredrivable TYPE /AWS1/SFNLONGOBJECT /AWS1/SFNLONGOBJECT¶
The number of
FAILED,ABORTED, orTIMED_OUTitems in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status ofFAILED,ABORTED, orTIMED_OUTand aredriveStatusofNOT_REDRIVABLE.
iv_pendingredrive TYPE /AWS1/SFNLONGOBJECT /AWS1/SFNLONGOBJECT¶
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
Queryable Attributes¶
pending¶
The total number of items to process in child workflow executions that haven't started running yet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDING() |
Getter for PENDING |
running¶
The total number of items being processed in child workflow executions that are currently in-progress.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNNING() |
Getter for RUNNING |
succeeded¶
The total number of items processed in child workflow executions that have completed successfully.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCEEDED() |
Getter for SUCCEEDED |
failed¶
The total number of items processed in child workflow executions that have failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED |
timedOut¶
The total number of items processed in child workflow executions that have timed out.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEDOUT() |
Getter for TIMEDOUT |
aborted¶
The total number of items processed in child workflow executions that were either stopped by the user or by Step Functions, because the Map Run failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABORTED() |
Getter for ABORTED |
total¶
The total number of items processed in all the child workflow executions started by a Map Run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTAL() |
Getter for TOTAL |
resultsWritten¶
Returns the count of items whose results were written by
ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTSWRITTEN() |
Getter for RESULTSWRITTEN |
failuresNotRedrivable¶
The number of
FAILED,ABORTED, orTIMED_OUTitems in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status ofFAILED,ABORTED, orTIMED_OUTand aredriveStatusofNOT_REDRIVABLE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURESNOTREDRIVABLE() |
Getter for FAILURESNOTREDRIVABLE, with configurable default |
ASK_FAILURESNOTREDRIVABLE() |
Getter for FAILURESNOTREDRIVABLE w/ exceptions if field has |
HAS_FAILURESNOTREDRIVABLE() |
Determine if FAILURESNOTREDRIVABLE has a value |
pendingRedrive¶
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDINGREDRIVE() |
Getter for PENDINGREDRIVE, with configurable default |
ASK_PENDINGREDRIVE() |
Getter for PENDINGREDRIVE w/ exceptions if field has no valu |
HAS_PENDINGREDRIVE() |
Determine if PENDINGREDRIVE has a value |