Skip to main content
Version: 5.2.0.1

Serialize structured message to JSON message

Description

This scriptlet takes an Orchestra message and converts it to a JSON message using the JSON serializer. The JSON serializer can be configured in the configuration dialog of this scriptlet.

Create

See creation of Scriptlet.

Configuration

Properties and Parameter assignment

The assignment sections define the assignment of variables between the script and the process model.

The following parameters are required:

  • MSG is an input / output parameter. The input value contains the structured message, the output value contains the JSON message created by the JSON serializer.
  • MASSDATA: Define if the created messages should be used the massdatamode( = true) or not (=false)