You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added bpmn diagram sources under input/images-source/*.bpmn
we should add processing of bpmn's to svg's or png's as part of the IG publisher command.
to generate svgs from the command line you can, do, for example:
npm install -g bpmn-js-cmd
bpmn-js -t svg -o input/images/hiv-a-registration.svg input/images-source/hiv-a-registration.bpmn
using the bpmn-js util available at https://github.com/gtudan/bpmn-js-cmd
To uses this, would we need to do the following?:
get bpmn-js-cmd installed on the docker image the IG publisher is using
add some lines in the template/scripts/ant.xml files to process (mimicking what is done for the plantuml)
The text was updated successfully, but these errors were encountered:
Added bpmn diagram sources under input/images-source/*.bpmn
we should add processing of bpmn's to svg's or png's as part of the IG publisher command.
to generate svgs from the command line you can, do, for example:
using the bpmn-js util available at https://github.com/gtudan/bpmn-js-cmd
To uses this, would we need to do the following?:
The text was updated successfully, but these errors were encountered: