Hi Team, we are working on a problem wherein we have multiple workflows. All of them have the same context.
Ex : Each of them has the same user tasks and service tasks, process variables. Just that the ordering can be a bit different. Some workflow can have these tasks in parallel, others can have it sequential.
Context : Each workflow (bpmn file) represents journey via different mediums. One can be for journey via PC, other for journey via Mobile.
We need the workflow states to be in sync throughout the life of the application. The business data is decoupled from camunda and is at a centralised place, so it always remains in sync. But we wanted to sync the camunda process variables, task completion states and all such workflow parameters.
Is there a suggested design/way to handle this?