Hi guys,
I’m new in flowable, I wish to create a flow with mutual steps.
Each step is a form like in a wizard.
So for example my workflow 1 can have usertask1->usertask2->usertask3
workflow2 can have usertask1->usertask3->usertask2
If I would manage form outside of the form component of the flowable how I can manage user interaction? I’m using spring boot application with angular UI, and I’m thinking to incapsulate flowable engine in a microservice.
Thank you
Regards