Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Techies,
I need to run a QMC task based on two dependent tasks which have AND condition between them.
Lets say I have two dependent tasks Task A and Task B. Task A runs only on Monday and Task B runs every day. My use case says Task C should run only on Monday right after Task B completes.
So I put two triggers in Task C as
Task A Monday Trigger
Task B Daily Trigger
what I am trying to on Monday when both dependent tasks run on Monday then Task C run otherwise Task C doesn't run.
Problem is every day TASK C is running. I have thought that on Monday when Both Task A and Task B run between 720 minutes then only Task C run.
Can anyone please help me to know what I am missing?
Thanks,
Rohit
What I do here for AND operator between tasks, Add another task here like
Adding two tasks inside one trigger works on AND condition ?
Yes, and OR condition works each task from parent.
Can you please explain this how OR condition works between two TASKS?