Skip to content

Plan Icon Creator

Progress#

The Progress property stores a numeric progress value and displays it as a progress bar. This is useful for tracking the completion status of tasks, projects, or any process.

The accepted values are between 0 and 1, where 0.50 means 50% complete.

Settings#

  • Required: If checked, a value must be provided before saving
  • Readonly: If checked, the value cannot be changed by users
  • Show in card: Display the progress bar on the Business Object card in list/board views
  • Conditions: Configure when this property should be visible or required based on other property values

Tips#

The progress value can be calculated automatically using a Calculation node in a flow — for example, dividing completed sub-tasks by total sub-tasks.

See Model Designer