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
BPMN is a standard for business process specification. There is a bpmn-js library for creating and rendering the flows, which could be used for integration into heradoc. However, it would be nice if we were able to avoid nodejs as a required system dependency. One possibility could be using deno, a work in progress js / ts runtime based on V8. It is being worked on by the creator of nodejs and written in rust. We should test if it is possible to run bpmn-js with deno without any system dependencies.
Problem 1 - It should run in Deno or at least NodeJS
BPMN is a standard for business process specification. There is a bpmn-js library for creating and rendering the flows, which could be used for integration into heradoc. However, it would be nice if we were able to avoid nodejs as a required system dependency. One possibility could be using deno, a work in progress js / ts runtime based on V8. It is being worked on by the creator of nodejs and written in rust. We should test if it is possible to run bpmn-js with deno without any system dependencies.
Problem 1 - It should run in Deno or at least NodeJS
Problem 2 - It should be a single file
Problem 3 - Should include all dependencies
One idea I haven't tried yet is to use bpmn-js-cli as a basis for packing. Its readme states
The text was updated successfully, but these errors were encountered: