Modify a job trigger in Orchestrator in a process activity

Hello there,

I would like to know if it’s possible to modify a job trigger (change dates for example) of Orchestrator, but without connecting into Orchestrator (with activities in the concerned process for example).

My trigger is as below :

“At 03:00 AM, on day 1, 2, 3, 4, 5, 6, 7, 8, 9, and 10 of the month”

As soon as the robot succeeds, the trigger has to stop and restart the 11th day of the month for the next month.

Thank you in advance for your help and have a good day.

Ludovic

There’s nothing in the API that allows modifying a trigger.

You’ll have to build your process to record in an Asset the next date it should run, and at the beginning of the process check the Asset to see if it’s time to run. So on days it shouldn’t run it’ll just stop without processing anything.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.