Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dpereira89
Contributor
Contributor

Loading the FrontEnd after other Task but only once a Week

Hi,
I have a task that does a reduce and distribute to another folder.

I need the Task run only once a week (Tuesdays) but that it must run after another Task (which is daily).

task.PNG

I've tried this combination of conditions, but the task I want to run only once a week runs daily.

Can someone help me?


Thanks,
Diogo Pereira

1 Reply
a_mullick
Creator III
Creator III

What if for your daily task you set up 2 versions, both the same except for the days they run on:

Task A - run Mon, Wed, Thu, Fri, Sat, Sun

Task B - run Tue

It may not be obvious, but to set up a task to run on specific days, you need to select a 'Weekly' schedule.

Then your weekly task is triggered on successful completion of Task B.

Best wishes,

Azam