IBM Business Automation Manager Open Editions (BAMOE) Developer Tools for VS Code lets you create, edit and visualize business processes (BPMN), decisions (DMN) and test scenarios (SceSim).
Features
Create and edit BPMN (*.bpmn) and BPMN2 (*.bpmn2) files.
Create and edit DMN 1.1 and DMN 1.2 (*.dmn) files using DMN Editor (classic).
Create and edit DMN 1.2, 1.3, 1.4, and 1.5 (*.dmn) files using the DMN Editor.
Create and edit Test Scenario (*.scesim) files using the Test Scenario Editor (classic), compatible with DMN 1.1, and DMN 1.2.
Create and edit Test Scenario (*.scesim) for DMN 1.5 using the Test Scenario Editor, compatible with DMN 1.2, 1.3, 1.4, and 1.5.
Native keyboard shortcuts (Press shift+/ to display available combinations).
Export diagrams to SVG (use the SVG icon on the top-right corner).
Editing a new BPMN file
Editing a new DMN file
Editing a new DMN file (classic)
Settings
Setting
Description
Default value
kogito.bpmn.runOnSave
Execute a command on each save operation of the BPMN file
empty
kogito.bpmn.svgFilenameTemplate
Filename template to be used when generating SVG files
${fileBasenameNoExtension}.svg
kogito.bpmn.svgFilePath
Where to save generated SVG files
${fileDirname} or src/main/resources/META-INF/processSVG if BPMN model is inside src/main/resources
kogito.dmn.runOnSave
Execute a command on each save operation of the DMN file
empty
kogito.dmn.svgFilenameTemplate
Filename template to be used when generating SVG files
${fileBasenameNoExtension}.svg
kogito.dmn.svgFilePath
Where to save generated SVG files
${fileDirname} or src/main/resources/META-INF/decisionSVG if DMN model is inside src/main/resources
The kogito.*.svgFilenameTemplate and kogito.*.svgFilePath settings accept the following variables as tokens: