0.27.0 • Published 1 year ago

vscode-extension-bpmn-editor v0.27.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

BPMN Editor

vs-code-support github-ci

Create and edit BPMN and BPMN2 files.

Features

  • Create and edit BPMN (.bpmn) and BPMN2 (.bpmn2) files.
  • Native keyboard shortcuts (Press shift+/ to display available combinations).
  • Export diagram to SVG (use the SVG icon on the top-right corner).

Editing a new BPMN file

alt

Settings

SettingDescriptionDefault value
kogito.bpmn.runOnSaveExecute a command on each save operation of the BPMN fileempty
kogito.bpmn.svgFilenameTemplateFilename template to be used when generating SVG files${fileBasenameNoExtension}-svg.svg
kogito.bpmn.svgFilePathWhere to save generated SVG files${fileDirname}

The kogito.bpmn.svgFilenameTemplate and kogito.bpmn.svgFilePath settings accept the following variables as tokens:

VariableExample
${workspaceFolder}/home/your-username/your-project
${fileDirname}/home/your-username/your-project/folder
${fileExtname}.ext
${fileBasename}file.ext
${fileBasenameNoExtension}file