cancel
Showing results for 
Search instead for 
Did you mean: 

Process Diagram with Flows & Gateways names

kyou
Champ in-the-making
Champ in-the-making
Hi !

I would like to know if there is a way to retrieve a single diagram for a process diagram showing both the current task & the sequence flows & gateways names ?

Currently I'm able to get the process diagram with the current task via REST API "host/service/runtime/process-instances/{procInstId}/diagram".
But this diagram doesn't show the names of sequence flows & gateways.

This feature would simplify the understanding of the workflow, as the users could see which path their choices will lead the flow.

2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

If it is not there it can be simply added to the ProcessDiagramGenerator/Canvas classes.

Regards
Martin

kyou
Champ in-the-making
Champ in-the-making
Thanks for the answer, I'll look into it !