How to combine Async Action Group and if statement

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 ?

Hi Elad

Not sure I understand what the problem is - an If action would take less than 1ms to run, so in effect you should not see any difference. The Delete folders might take differing amounts of time depending on their contents.