Good day All,
tl;dr - How do I reference the property Next Execution Date
in my Scheduled Action's python code?
I have a scheduled action that runs every day. However, there are days when all scheduled actions just kind of stopped running. Although that can be fixed easily with a server restart, the thing is once it stops, it would skip the previous days on when it should have run. Since we have a property called Next Execution Date
, along with Repeat Missed
set to true, I figure if I can just reference that in the python code, then the issue regarding previous days would be fixed.
Regards,
Ariel