Pause Raw
Pause the running Flow execution, returning raw http data to the caller. Resume it by calling the resume API.
Input Fields
-
statusCode(Number): the status code to return to the caller. Valid values are: 200, 400-600.
-
headers (Object): An object representing the headers for the response. Each key of the header will be parsed into a header string as "key: value", i.e. "Content-Type: text/plain"
-
body (Text): The http response body.
Output Fields
-
Headers(object): The http headers.
-
Body(text): The http body.