Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 09:07
· 186 commits to main since this release
a796864

This is the first public release of the BPMN Visualization R package. It lets you display a BPMN diagram and add overlays on the BPMN elements of the diagram.

Thanks to all the contributors of this release 🌈: @csouchet and @tbouffard

See milestone 0.1.0 to get the list of issues covered by this release.

Highlights

BPMN Diagram and overlays

Once you have retreived the content of the a BPMN Diagram, you can display it for instance in the RStudio preview. In the following example, we use overlays to display the execution frequency on BPMN elements.

readme

Shiny applications integration

It is easy to use the BPMN Visualization R package in a Shiny Application.

The basic usage is currently documented in the README file of the GitHub repository.
More documentation will be created in future versions.

What's Changed

🚀 Improvements

  • [FEAT] Update API to display BPMN Elements with Overlays (#27) @csouchet
  • [FEAT] Display a BPMN diagram (#26) @csouchet

🐛 Bug Fixes

  • [FIX] Manage adding overlays referencing an unknown bpmn element (#46) @tbouffard
  • [FIX] Fix the error when there is no overlay (#38) @csouchet

📝 Documentation

👻 Maintenance