Skip to main content

Stop Execution Component

Stop the execution of an instance

Component key: stop-execution

Description#

The stop execution component stops the execution of an integration.

If the integration is executed synchronously, the statusCode input is returned as the HTTP status code of the response to the synchronous request.

Actions#

Stop Execution#

An Action that terminates the Instance execution | key: stopExecution

InputDefaultNotesExample
Input
JSON Body
text
jsonBody
Default
Notes
An optional JSON payload that can be used as the body of the response.
Example
{"example": "hello"}
Input
HTTP Status Code
string
statusCode
Default
200
Notes
The HTTP Status Code that will be returned in a synchronous response
Example
200