cancel
Showing results for 
Search instead for 
Did you mean: 

Modeling processes with dynamically created tasks

chuck_irvine
Champ on-the-rise
Champ on-the-rise
We have a process where we call an API and the data returned is a list. Each item in the list needs to spawn a task. Each dynamically created task then goes into a single workgroup's queue. The completion of each task maps to a single gate. How would I implement this in Activiti? Thanks!!!
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ

chuck_irvine
Champ on-the-rise
Champ on-the-rise
Super! Thanks, Martin!