Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BAMOE Developer ToolsNew to Visual Studio Code? Get it now.
BAMOE Developer Tools

BAMOE Developer Tools

IBM

ibm.com
|
2,460 installs
| (1) | Free
Author Decisions and Workflows using the DMN and BPMN open standards
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IBM BAMOE Developer Tools

vs-code-support

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

alt

Editing a new DMN file

alt

Editing a new DMN file (classic)

alt

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:

Variable Example
${workspaceFolder} /home/your-username/your-project
${fileDirname} /home/your-username/your-project/folder
${fileExtname} .ext
${fileBasename} file.ext
${fileBasenameNoExtension} file
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft