Hi,
I have this situation:
- one main workflow
- 4 different subworkflows that must start in parallel and wait until all subworkflows are done.
I tried with Start a subworkflow action, but works for a single subworkflow.
I don't want to use hyperlink.
I must enter on the subworkflow in the start step.
Is possible to start different subworkflows from a main workflow with SQL? I don't have an item list.
I need to define an SQL action for each subworkflow?
Can I have an example?
Thanks