A way to display a process progress

Heya community,

Is there a way to display a progress bar on a view, and dynamically update his progress bound to a process ?

Imagine a view with a button calling a controller that use 4 differents services. I want the progress bar to update after each service’s call by a given number %

We can’t force the controller’s response to update the view multiple times, I don’t think the Event mechanic can update a view component as well.

Have you ever done this ? Do you have a solution ?

Hello,

A similar behaviour exists for Tasks (PROJECT), available from version 8.3 (cannot confirm for previous versions).
You may have a look on Project « tasks », as an example.


image