Skip to main content

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

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
statusStatus text to update on the progress bar. Supports variable resolution.NonefalsetrueNoneNone
percentageProgress percentage (0-100). Can be a number or a string that resolves to a number.NonetruetrueNoneNone

Examples

Update progress

- step: UPDATE_PROGRESS
percentage: "{{progressPercent}}"
status: "Step {{progressStep}}/5"

See Also

General Resources: