Hi Colleagues,
Can you please let me know if there is any flowable parameter which can return the current time and date?
Regards,
Preeti Shirur
Hi Colleagues,
Can you please let me know if there is any flowable parameter which can return the current time and date?
Regards,
Preeti Shirur
every engine configuration (e.g. ProcessEngineConfiguration) has a getClock
method that you can use. It can also be used in tests to change the time programmatically (e.g. for timestamps of history and stuff).