Can I put 2 Sync Action Groups within 1 Async Action Group? And have the Sync Actions run serially within their Sync Group, but in parallel with
other Sync Actions in the Async Group?
I want a structure like this:
Async Action Group
Sync Group 1
Task A
Task B
Sync Group 2
Task C
Task D.
I never want A & B to run simultaneous - I want them to run serially
I never want C & D to run simultaneous - I want them to run serially.
However, A and C ( or D ) can run at the same time
Or B and C ( or D ) can run at the same time.
Will this run as I expect?