Extracting individual path in a BPMN Diagram

Hi
all I need the individual path of the BPMN workflow with diagram notation.

Example

A =>B and B => C,D
my output will be

A->B->C
A->B->D
I need two diagram for single BPMN

Hello @ranel,

Are you interested in the SVG path of a chain of elements ? As far as I’m aware, what you’re looking for isn’t provided by us. You could try creating a connection from A => C and A => D and just had one bendpoint where B is.

Could you provide a further explanation on what do you want to achieve with this ?

Cheers,
Ricardo