How to view the process diagram for a particular process instance?

I would like to render the process diagram for a completed instance on my custom frontend app. Is there any way where I could load the flowable admin app rendered process diagram?

Hi,

have a look here;

This component is responsible for fetching the required state info and drawing the running or completed process instance.

Hope this helps.

Regards,

Yvo

Could you provide with an updated link to the repository? I am trying to find a way to draw dynamic diagrams for a UI app.

Hello Timaslt,
It looks like you cross posted in another thread.
The updated link is below:
flowable-engine/modules/flowable-ui/flowable-ui-admin-frontend/src/main/resources/static/admin/display at flowable-6.7.2 ยท flowable/flowable-engine (github.com)

Cheers,
Greg