Hi,
I am using open source cmmn flowable engine, and I am able to create new case with the case definition (which has multiple stages and tasks).
Now, I am trying to add a task dynamically within a particular stage(which is currently active) at runtime, but I am unable to find anything around it. Can someone help me to confim if thats possible or not? If possible, probably a dummy code would surely help.
Note that I saw some suggestions like to create an inactice task beforehand and activate it later on, but I am not looking for such ways to solve this problem.
Thanks