Sequence Progress
Called from a job Workflow, this task creates progress bars visible in the job that started the Workflow.
Sequence ID
The ID of the sequence to use, if left empty the ID of the sequence executing this workflow will be used.
Progress key
This key is used to distinguish various progress inside the same workflow.
Value type
You can choose between "Increment" and "Absolute". If you use "Increment" the Value will be what you made it to be and incremented each time the task is processed. If you use "Absolute" the Value will only be what you made it to be.
Value
The progress value of the sequence.
Max
The maximum progress value of the sequence. In other words when the process is finished Value and Max are equal.
Example
Use case in a Sequence:
- Design a Sequence with your task included in a Workflow.
- Start the Sequence.