it-at-m / digiwf-core

central workflow automation and integration platform based on the free process framework Camunda.
MIT License
19 stars 7 forks source link

Integrationen können mit StreamingTemplateV02 nicht genutzt werden #444

Closed lmoesle closed 1 year ago

lmoesle commented 1 year ago

Describe the bug

Im digiwf-connector tritt eine InvalidFormatException bei Benutzung des StreamingTemplatesV02 auf.

Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.util.Date` from String "2023-06-12T13:27:59.466+02": not a valid representation (error: Failed to parse Date value '2023-06-12T13:27:59.466+02': Unparseable date: "2023-06-12T13:27:59.466+02")

Der Fehler tritt seit dem Workaround: https://github.com/it-at-m/digiwf-core/commit/3a05ca93c2ee3ac61f2250ccc6642403e1c58e16 auf. Vermutlich ist das Problem, dass die Engine und der Connector jeweils unterschiedliche Datums Formate bei der Json Serialisierung/Deserialisierung verwenden.

lmoesle commented 1 year ago

https://github.com/it-at-m/digiwf-core/pull/445