MapRunItemCounts
class MapRunItemCounts
Contains details about items that were processed in all of the child workflow executions that were started by a Map Run.
Types
Properties
Link copied to clipboard
The number of FAILED
, ABORTED
, or TIMED_OUT
items 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 of FAILED
, ABORTED
, or TIMED_OUT
and a redriveStatus
of NOT_REDRIVABLE
.
Link copied to clipboard
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
Link copied to clipboard
Returns the count of items whose results were written by ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.