Skip to content

Response Complete

Complete a synchronous response context created by an HTTP server or trigger input.

Http Workflow json

output:
response-complete: {}
JSON
{
"output": {
"response-complete": {}
}
}
Behavior
Field Type Required Description
on-missing-context On Missing Context Behavior when no synchronous response context is present.
Allowed values: fail, ignore
Context
Field Type Required Description
context-field field (string) Field containing the synchronous response context; defaults to synchronous_response on the event.
Examples: data_field
Response
Field Type Required Description
status-code number (integer) Static HTTP status code for the caller response.
Examples: 42, 1.2e-10
status-code-field field (string) Field containing the HTTP status code for the caller response.
Examples: data_field
content-type string Static content type for the caller response.
content-type-field field (string) Field containing the content type for the caller response.
Examples: data_field
headers map (string) Static response headers for the caller response.
headers-field field (string) Field containing response headers as a JSON object.
Examples: data_field
body Body Body source for the caller response.
Allowed values: event, literal, field
Option Name Type Description
event Event map
literal Literal object
field Field object
Field Type Required Description
value string
Field Type Required Description
field string
Value Aliases Name Description
fail fail
ignore ignore