project-flogo / core

Flogo Core is the core flogo library used create and extend Flogo applications.
BSD 3-Clause "New" or "Revised" License
109 stars 55 forks source link

Support datetime type for compare expression #196

Closed lixingwang closed 4 years ago

lixingwang commented 4 years ago

Current behavior:

We can't use below to compare with DateTime type == > < >= <= != Expected behavior:

Able to compare DateTime type data with above compare operator

What is the motivation / use case for changing the behavior?

Additional information you deem important (e.g. I need this tomorrow):