Process instance visual workflow status

Would it be possible to show a Process instance visually with current status without using Activiti Explorer ?

Hi,

Yes, the Flowable Explorer uses javascript logic to show the current status of a process instance. This same javascript logic could be used in another application as well. In addition, the Flowable REST API has a REST Service that returns an image with the current status of a process instance.

Best regards,

Tijs

Thanks for the quick reply

Can you give me endpoint for the same