The message object is the 'data' object which will be send from step to step
Creates a new request message structure. It will merge the new data into a copy of the old request. Only the fields 'info' and 'hops' will be copied
newData
{object} This json is new generated data by the step. It has the follwing structure. newData : { "info" : {}, "payload" : }oldRequestMessage
{object} The request message this step has received
Adds a new way point to the message
message
{object} The message to add the new hopstepName
{string} The name of the current step which issues this way pointstepType
{string} The typeName of the stependpoint
{string} The name of endpoint the message is routed through
With npm do:
npm install @kronos-integration/message
BSD-2-Clause