Dashboard for ongoing processes

I want to expose ongoing processes initiated by users so that they can keep track of them.

What is standard way of achieving this?

Also, here I see swagger ui mentioned. I tried ‘https://localhost:8080/swagger-ui/index.html’, but no response. Camunda is up and running locally at port 8080.

@mghildiy You can use Operate to track the progress of process instances. Tasklist to work on human task assignments if any.

Incase you’re interested to build your own dashboard you can use rest api’s from operate and tasklist to get the results.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.