-
Notifications
You must be signed in to change notification settings - Fork 33
BPMN file loader #2
Copy link
Copy link
Open
Description
Hi Oliver,
I was thinking about a piece of code that will be able to load a BPMN process, then build a js skeleton definition from it, so that we could add our business specific code to handle transitions / decisions without the pain of writing our full processes definition by hand.
As an example, we could imagine such a scenario :
- insurance processes beeing modeled using a BPMN modeler
- loaded from process-engine.js UI
- translated from BPMN to js, then backed to disk
- …. we add our business specific code ...
- registered to known processes
No need to fully support BPMN 2.0 specs, simply tasks and flows.
It will be nice if we could do the import / "registering" job from the GUI to make it a bit easier to manage.
This "migration" tool will be a good entry point for anyone to start using your tool.
John
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels