Hi,
I have requirement which has One Human Task of type Task1. On completion of task 1, I will get a number which will decide how many human tasks need to be generated of Task type 2.
Example: Suppose I complete Task 1. On completion I'll get counter as 5. So I will generate Task 2 for 5 times. After all 5 tasks are completed, my workflow will be completed.
Is there any way to implement this using BPMN diagram or jBPM fluent API or Kie API or anything else?
Thanks