The response returned by an invoke activity handler. The status is written as the HTTP status code; body is serialized as JSON.
status
body
HTTP status code to return to the channel (e.g. 200, 400, 501).
200
400
501
Optional
Optional response body serialized as JSON.
The response returned by an invoke activity handler. The
statusis written as the HTTP status code;bodyis serialized as JSON.