Hello
I have some Async Action Group which doing multiple tasks in parallel like copying, deleting etc.
Problem is that some of the tasks are wrapped by an if statement, meaning something like:
Async Action Group
Delete folder C:\AAA
Delete folder C:\BBB
If machine name = TEST
Delete folder C:\CCC
In that case delete of C:\CCC isn’t done with the 2 first actions,
Is there a better way to do this ?