Flow designer, run block after condition, but do not block rest of flow

abgovindarasu
Tera Expert

What is the best way to run a specific code block after a condition, without blocking the flow?

 

For example, I have a setup like this:

If Task1 should be created:
        Create Catalog Task (Task1)
        // Here I want to create (Task2) after Task1 completes, however I do not want to block, since Task3 should be created

...
...
...
Create Catalog Task (Task3)
...
Wait for Condition (Task3 completed)
...
...

I would want to run a step after Task1 is completed, however I don't want to wait since Task3 should be able to be created.

 

Is there a way to specify such a flow that waits on a condition, but does not block the rest of the flow?

0 REPLIES 0