Progress Set
Sets progress against a specific progress label to the specified value.
Properties
TaskLabel
Type: String Input
A string label that identifies the operation on which progress is being tracked (e.g. "Customer Sync")
Total
Type: Object Input
The total number of operations that will be performed. For example, this may be connected from the Total Rows property of the Splitter
Current
Type: Object Input
The index of the operation that is currently being performed.
Success
Type: Object Input
The total number of successful operations performed so far.
Fail
Type: Object Input
The total number of failed operations performed so far.
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