I have business process A, where user completes a collection of data (could be one or up to 10). The next step I need is to either:
A) Create a user task in the same business process for each of the entries in the collection (unknown number the user will request)
B) Take those multi-value fields and pass them to a new Business Process (again, unknown number of requests will be started)
Is is possible to create user task(s) in the existing Business Process using the data (collection of unknown number)?
Should I try to use a workflow to pass those multi-value variables to start a new Business Process, again without knowing how many the user will request?
Using cloud, I have attempted to use workflow - For Each Value - Invoke Business Process, but can only get it to start one form, not many when multi-variables are passed.