UPDATE_PROGRESS
Update an existing progress bar. Provide percentage (0-100) and optional status text.
At a glance
- Category UI
- Version: 1.0.8
- Applications: all
- Scope: all
Config Options
| Name | Description | Default | Required | Resolved | Constraints | Conditional Rules |
|---|---|---|---|---|---|---|
status | Status text to update on the progress bar. Supports variable resolution. | None | false | true | None | None |
percentage | Progress percentage (0-100). Can be a number or a string that resolves to a number. | None | true | true | None | None |
Examples
Update progress
- step: UPDATE_PROGRESS
percentage: "{{progressPercent}}"
status: "Step {{progressStep}}/5"
See Also
General Resources: