Trying to parse the date-string in Camunda-Javascript I get the following error:
org.camunda.bpm.engine.ProcessEngineException: Cannot serialize object in variable 'xy': SPIN/DOM-XML-01030 Cannot create context
Trying to return only a Date the error is also thrown:
returning only the String it gets interpret as "String":
json.briefdatum;
So how can I return the date-string as "Camunda"-Date?
So, after a long time of experimenting I found the solution:
This JavaScript in
output parameter
of thehttp-connector
parses the date (if present).