Job Trigger By Transaction Variable TriggerDate

Hi,

is ist possible to trigger the job where transaction variable TriggerDate=today or higher?

Thx for any suggestions.
KR, Vanja

@VanjaV

Can you please elaborate

if you want to trigger then start job can be used

cheers

I need to start the job on the second working day (also possible on the day after first working day) in month.
So, on the first working day in month I create transaction with TriggerDate = Tomorrow.

@VanjaV

better would be have a queue trigger and add a queue item with deffered date..so depending on when it would be available queue trigger would start it

for the next month you can calculate and add at end of the current run

cheers

Yes, on first working day I create queue with trigger date = tomorrow.

How do I say to orchestrator to start it tomorrow?

@VanjaV

When you say trigger data you mean you added a specific content as trigger date and assign the value as tomorrows date?

if yes then that is not what you need to do

you need to create a queue item and in postponed date field give tomorrows date and time at when you need to start..so the queue will be turning to new state only after that postponed time and automatically queue trigger picks it up

cheers