Exisiting WorkFlow Engine Integration

Hi All,

In my company, we had developed a basic workflow of our own. It is really simple one and in the near future we won’t change it to an exisiting workflow. On the other hand , we want to show our workflow processes and rendering it on the fly.

So we wrote our BPMN Engine of our own. That is basically does what a BPMN engine does but it has no virtual concept. So in a certain time when I select one of our workflows from our DB, I can create a bpmn of that flow (example: a spesific process approval workflow). I know all user tasks approved and workflow waits only General Manager approve.

While I was searching such tools, I came up with camunda. I did same basic BPMN diagrams programmatically and able to show them on bpmn.io .

What I want to achive is to visualize this workflow and put RED background to General manager approve TASK on the fly.So When people wants to see the process thay can easly see where the workflow is waiting.

So creating the workflow is OK with Camunda. What I need is I want to put Colors without an another service call or integration with our BPMN. Is that possibble?

Thanks for your time and help.

Eray

Which tools would you like to use? Do you refer to Camunda (the Workflow engine) or bpmn.io (our Modeling toolkits)?

Hi Nikku,

Camunda for creating bpmn flow programmatically (java) and showing it via bpmn.io .