Can someone provide an example of a custom expression to use when scheduling a Run Application Server Task? I have a task that should run WEEKLY ON MON AT 17:00 but if Monday is a Holiday I want it to run on TUES. Our holidays are defined in work_time_exception_code.
Solved
custom expression to use when scheduling an App Task

Best answer by CallumW
Give this a try:
ifsapp.work_time_calendar_api.Get_Next_Work_Day('*', next_day(SYSDATE, 'MONDAY' )-1)+ (1020/60/24)
Just change * to the name of the Calendar you are using linked to the exceptions.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.