apache / incubator-kie-kogito-apps

Kogito Apps - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
56 stars 123 forks source link

management console - show SW/sonataflow process image #2035

Open deepakkapoor23 opened 2 months ago

deepakkapoor23 commented 2 months ago

Description

Please consider rendering a serverless workflow diagram for the process instance just like it is done for BPMN. This is an important feature and will be extremely useful for business/support teams to be able to view a live diagram for the process (maybe color code completed, current and pending states as nice to have). Without this feature, there is no graphical view into the system and will require dev teams to be constantly exporting the workflow image and keeping it in sync with documentation for business reference.

Implementation ideas

Generate and render the wofkflow svg image on the fly or cache it. Just like it is done for BPMN and DMN and in vs code plugin.