Hi,
I needed to know if we can set custom colors using the diagramgenerator call for the process diagram to display
the use case is to display the green as completed and red as inprogres or created is that a possibility?
regards,
Kartik
Hi,
I needed to know if we can set custom colors using the diagramgenerator call for the process diagram to display
the use case is to display the green as completed and red as inprogres or created is that a possibility?
regards,
Kartik
hi,
can someone help me with this?
regards,
Kartik
hi,
anything on this?
regards,
Kartik
Hi,
If you use process debugger in 6.x, the highlighting is already implemented there.
Regards
Martin
how can we add this java backend and produce the same diagram using diagram generator?
hmm maybe you can create a custom diagram generator by extending Flowable’s DefaultProcessDiagramGenerator
and overriding the drawing methods to apply your own colors: green for completed, red for in-progress