I have a task (Task A) that has a condition. This condition is based on the exit code of another task (Task 😎.
If Task A starts running, while Task B is running, Task A will always run, regardless of the exit code for the last completed run of Task B.
To deal with this, I put a "wait" on the condition, saying if Task B is running, wait 30 seconds. The problem is, I don't want to wait, I want the condition to be based on the last exit code of Task B and that's it.
I'm new to this so I may be missing something. Any help would be fantastic!
Thanks,
Tyler