himly
January 25, 2019, 8:50am
1
Hello everyone.
I have a question about how to get current time in the bpmn2.0.
Why I want to get the current time because I want to do this.
Here is what I want to do.
So the question is How can I get current time in the dpmn2.0 ?
Thanks you all.
himly
January 25, 2019, 8:53am
2
I know some sulution of how to resove this. Such like call a service task that will return the current date something like this. But I want an easily way to do that. Someone know the way ?
himly
January 25, 2019, 9:11am
4
Hi, @Ingo_Richtsmeier
This saved my day. Thank you so much. Hope you have a good day.
himly
January 29, 2019, 2:13am
5
Here is the solution to compare current date with another one in El expression.
${now().getTime() < millionSecondTime}
for example
${now().getTime() < 1548728165057}