You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap all results that are non-JSONObject into {"result": <message>}.
Currently, we implement this in components, but it makes sense to implement it once in the sailor, as there are already at least 2 components that have they wrapped results into JSONObject in theirs code: restapi, salesforce (Magic updates).
This will keep stable runtime mapper processing of messages at the next steps.
The text was updated successfully, but these errors were encountered:
Are there any components that might emit data as an array? Would this be backwards compatible for them if they became wrapped in a {result: array} object?
Wrap all results that are non-JSONObject into
{"result": <message>}
.Currently, we implement this in components, but it makes sense to implement it once in the sailor, as there are already at least 2 components that have they wrapped results into JSONObject in theirs code: restapi, salesforce (Magic updates).
This will keep stable runtime mapper processing of messages at the next steps.
The text was updated successfully, but these errors were encountered: