Builder

class Builder

Properties

Link copied to clipboard

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.

Link copied to clipboard

The total number of items processed in child workflow executions that have failed.

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 total number of items to process in child workflow executions that haven't started running yet.

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.

Link copied to clipboard

The total number of items being processed in child workflow executions that are currently in-progress.

Link copied to clipboard

The total number of items processed in child workflow executions that have completed successfully.

Link copied to clipboard

The total number of items processed in child workflow executions that have timed out.

Link copied to clipboard
var total: Long

The total number of items processed in all the child workflow executions started by a Map Run.