Get running process instance data with variables

Hi,
I am working with Camunda 8 and I am new to it.
I have a workflow for customer orders.
I have to implement a UI for admins to see all ongoing or completed orders for any customer.
I can get completed order info from my DB.

How can I get running process instance(ongoing customer order) data (like, the task it is working on, variables) for a specific customer ID?

Hi @Goms, you are looking for the Operate UI or the Operate API. For ongoing state updates, Operate - or if you want a custom UI and are using Self-Managed, an exporter.

Josh

To get the runtime state of an executing workflow in a self-managed zeebe engine deployment, we use zeeqs. Its a community project