Progress Increment

Increments progress against a specific progress label by the specified amount.

Properties

TaskLabel

Type: String Input
A string label that identifies the operation on which progress is being tracked (e.g. "Customer Sync")

CurrentAdd

Type: Object Input
The number of operations that have occurred since the last progress update.

SuccessAdd

Type: Object Input
The number of successful operations that have occurred since the last progress update.

FailAdd

Type: Object Input
The number of failed operations that have occurred since the last progress update.

Remarks

Use this Node to periodically update progress information as a task executes. Progress indicators are presented to users in the Run Now screen. This Node is typically used downstream from an iterator like the Splitter or Loop

Specify the total number of operations that are expected to be performed by using the Progress Set Node before using this Node.

See Also

Progress Set