Hi,
i don't know if what i want to do is possible.
My configuration :
JobA
TaskA
TaskB
TaskC
TaskD
TaskE
JobA have 2 time trigger (time1 and time2).
time1 : everyday at 1AM
time2 : only working day
The tasks are dependant.
What i would to do in the same job, i want apply a specific trigger for each task:
- TaskA : apply time1
- TaskB : apply time1
- TaskC : apply time1
- TaskD : apply time2
- TaskE : apply time1
It's possible or not ?
I need to split my tasks in two jobs ?
Thanks for your answers.