This function card pauses the running flow execution and returns raw HTTP data to the caller. Resume the flow by calling the resume API. See Resume a paused flow.
Input
Field
Definition
Type
Required
statusCode
Status code to return to the caller. Valid values are 200, 400-599.
Number
FALSE
headers
An object representing the headers for the response. Each key of the header will be parsed into a header string as "key: value"; that is, "Content-Type: text/plain".