I tried with both expression and script but both failed… i am just simply trying to fetch date from the inbuilt function and putting in a form as a default value. Below is the modelTimer Events.bpmn (3.4 KB)
Hi @Anmol_Gupta ,
I think that the correct function is either now() or dateTime() to be used in an expression as per Expression Language | docs.camunda.org
So for example on the task you would have default value specified as ${now()}: