Post

2 followers Follow
0
Avatar

Scheduled workflow that checks dates of tasks

Hi all,

I need a scheduled workflow that will check every day for tasks with a start date of 6 weeks in the future.  Can anyone help with the evaluation criteria that I need please?

Thanks 

Martin Jubb Answered

Please sign in to leave a comment.

1 comment

0
Avatar

You can likely use DateAddCalendarFixedPeriod, then compare. 

  • Let dueDate = DateAddCalendarFixedPeriod(Today(), "w", 6)
  • If $StartDate = dueDate, do something

Though, I will say, Schedule Workflow Rules, in Clarizen, are highly unreliable. The queue/scheduler doesn't work the way you think it works. Likely, to reduce performance impact, items will only appear on the scheduler if they've been "touched" within given period. 

 

Uriah Bojorquez 0 votes
Comment actions Permalink