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!!!