flogo
flogo copied to clipboard
Support for DateTime mapper functions
I'm submitting a ... (check one with "x")
[] bug report => search github for a similar issue or PR before submitting
[x] feature request
[] support request
[] general question
Current behavior (how does the issue manifest): Currently there is no way to calculate date/time using Flogo. For example, consider querying a datastore and setting the query conditions to now and now-5 mins. This is not possible today.
Expected behavior: Calculate datetime offsets, now, now-(5min), etc.
What is the motivation / use case for changing the behavior? Support for datetime calculations to produce queries for database ops, etc.
@fm-tibco should we look at introducing a date, time & datetime type (or some combo of)? Perhaps we can just serialize as strings for now?
@mellistibco Can we have "user" definable functions for this sort of thing (as well as a decent of predefined ones) .... then we can all contribute ;-)
@ayh20 tracking via #215