process-engine.js icon indicating copy to clipboard operation
process-engine.js copied to clipboard

BPMN file loader

Open cacti13 opened this issue 10 years ago • 2 comments

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

cacti13 avatar Apr 15 '14 10:04 cacti13

thanks. Recently I'm quite busy on my daily work. I'll add this feature once I have time.

oliverzy avatar Apr 17 '14 15:04 oliverzy

Hi Oliver,

Do you have any update regarding this issue ? I am looking forward to beeing able to load .bpmn files

Thanks !

John

cacti13 avatar Oct 01 '14 14:10 cacti13