project-flogo/flogo-web

Allow "datetime" data type

fcastill opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

The "datetime" data type was added to the flogo core project: project-flogo/core#186

Flogo Web should support it.

Describe the solution you'd like

  • Importing/exporting apps that reference the datetime type should be supported
  • Contributions that reference the datetime type should be supported
  • User should be able to edit the datetime type as a string without any issues (mapper, debugger panel, etc.)
  • Install datetime functions by default: https://github.com/project-flogo/contrib/tree/master/function/datetime

fixed in PR #1308