Hi,
We are using TS 7.4.1 on Linux box.
We have below mention scenario -
On instantiation screen there will be a multi select user box. Let suppose user selects 4 users from that list, then email should be send to these 4 users and 4 nested workflow will be created for each user where they can review/edit files attached.
I am able to send emails to each user but i dont know how to trigger nested workflow from java code as number of nested workflow triggered is dynamic means.
If 3 users are selected then 3 nested workflow will be triggered. If 6 users are selected then 6 nested workflows.
Kindly, let me know if anyone implement such functionallity.