Hi All,
I am having requirement to configure timer in Start Event node of process model. I want this timer to execute on specific 'date and time'. This date and time is coming as an output of one expression rule which is returning 'date and time' datatype output.
Output of Expression Rule: 7/26/2025 12:00 AM GMT+00:00
Please help me at what all places what all things I have to configure to run process model once on this day at that specific time
Discussion posts and replies are publicly visible
As per other suggestions here, xor and a start node timer to run at intervals with a definitive end date seems to be the best way to achieve this! There was error in my earlier suggestion so try this way.
Hi Harsha, Thanks for your response.
But now calculates seconds also. So output of
rule!ExpressionRuleName()=now() is never becoming true. If I apply rule!ExpressionRuleName()>=now() then it is becoming true but in that case it will become true next day onwards as well and I want to run this PM only once on that specific date and time.
I have updated the answer above to adjust this. Have a look