oliverzy / process-engine.js

Node.js Business Process/Workflow Engine
127 stars 32 forks source link

BPMN file loader #2

Open cacti13 opened 10 years ago

cacti13 commented 10 years ago

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 :

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

oliverzy commented 10 years ago

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

cacti13 commented 9 years ago

Hi Oliver,

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

Thanks !

John