Hello!
I have a problem with Camunda or Flowable BPMS. I need to change my UI depending on the business process.
For instance:
- I have a process A (user task) and camunda (flowable) should generate a form in Vaadin. Then it should wait for user activity and continue... (or camunda needs just call vaadin form and wait for ending processing in backend and get some response)
- If I have another process, camunda should generate another form, etc.
Does this approach make sense? Or would be more appropriate to use bpms such as camunda to use for business processes only (not for user interface)?
Thanks in advance!