Skip to content

BPMN file loader #2

@cacti13

Description

@cacti13

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions