Hi,
I want to create a workflow which does the following steps in order:
- Initiated from an External signal (i.e. SOAP PostEvent)
- Reads in a Batch of Data
- Initiates a workflow instance for each data record, which could send a delivery to multiple people. These workflows should be executed in batch (i.e. each row sequentially in order)
I can get steps 1+2 working, but I'm not sure about 3. Is that possible, and if so how can I do that?
Thanks
Tim