process-engine.js
process-engine.js copied to clipboard
BPMN file loader
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
thanks. Recently I'm quite busy on my daily work. I'll add this feature once I have time.
Hi Oliver,
Do you have any update regarding this issue ? I am looking forward to beeing able to load .bpmn files
Thanks !
John