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

Terminates the current execution | key: stopExecution

InputNotesExample
Response Content Type

The content type of the response body for a synchronous response

application/json
HTTP Headers

HTTP headers that will be returned in a synchronous response

Response Body

An optional response body that will be returned in a synchronous response

{"example": "hello"}
HTTP Status Code

The HTTP Status Code that will be returned in a synchronous response

200