Hi,
I want to design a maker checker workflow where number of approver (user task) can be varied at run time. For example, we can start workflow-1 with only one level approver but I should be able start a new instance of workflow-1 with two level of approver such that once approver-1 approves it, a new task is created for approver-2.
Similarly, I should be able to start workflow-1 with n approvers.
Is it possible to design such an workflow in Camunda? How do we approach this problem?