TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

De-serialized a stringified JSON code for the ScriptTask. #247

Closed kaladay closed 3 months ago

kaladay commented 3 months ago

The ScriptTask should be serialized using JSON.stringify() in the Javascript.

Once this is done the server can now safely de-serialize the code.

The code no longer needs to have the newlines altered when added to the code property value in the fw-cli and similar clients.

Such code now requires the JSON.stringify() or something similar when adding it to the code property value.