Schedule job a day in advance?

is there a way to schedule a job in advance that doesn’t use a trigger?

we have a process that normally runs on Tuesday, but ocassionaly needs to be ran on Wednesday (which is random weeks it needs to run). is there a way to start a job, but have it not start until the next day?

At job/process level:
I do not think it is possible unless you change the schedule or settings in orchestrator.

At transaction level:
If you are using or can use queue the as soon as the ad-hoc requests comes in you may populate a queue item and postpone it till the next day, in this way that item won’t be picked until next day