Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I have a requirement to schedule a task on 15th of every month after the dependent tasks are executed . In this example, 2 triggers are to be created :
1. Trigger - Task Event : on successful of dependent tasks
2. Trigger - Schedule Event : 15 th of every month : But here the start time has to be linked to the previous trigger .
How does the triggers in reload task work ? Is there a way to include AND condition between the triggers ?
Regards,
Malar
Hi @Malar,
Check on the below link. This could be an option to configure the trigger to run after an successful task completion.
Thanks @Niroopananda !
The link is about Task event trigger . In a Task event trigger , there can be more than one Tasks . My understanding is in a Task event trigger, there can be more than one Tasks defined . If there are more than one tasks , the result will be logical AND of results of all the tasks.
But if there are more than one triggers specified , then each trigger acts independently.
Is there a possibility to have trigger condition AND specified between Schedule trigger and Task event trigger ?