paed01/bpmn-engine

[Doubt] It's possible to draw interfaces and navigation using BPMN?

Closed this issue · 8 comments

Hello! My name is Erasmo, i have a doubt.

It's possible to render an entire form using data from a BPMN workflow?

I want to create an open source app in React Native that the screens and components are rendered entirely from Workflow definitions.

Thank you, and sorry for a possible misunderstood of BPMN.

I guess you can do just about anything with BPMN. If you use camunda modeller you can attach form data to a user task and then extract that information from the XML using bpmn-moddle.

Thank you for your response!

And how can i integrate the filled form with bpmn-engine?

I'm drawing a flux in my head to understand the possibilities.

My idea is create a user task, fill on the app, call a API with this data, present another user task with another form and finish the task.

Regards, Erasmo.

As soon as the user has filled out the form the engine can be signaled with a payload containing the fields. The signal will continue the engine execution and then stop on the next user task.

Amazing.

Can you create and example with that? With some mock to simulate the user form filled and pass that to the engine?

Thank you!

I think this a powerful scenario.

Thank you, i will study this example.

@paed01 @ebellumat link is broken any chance you guys can share a valid link? thanks