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
Input | Default | Notes | Example |
---|---|---|---|
Response Content Type string / Required contentType | application/json | The content type of the response body for a synchronous response | |
HTTP Headers string Key Value List headers | HTTP headers that will be returned in a synchronous response | ||
Response Body text jsonBody | An optional response body that will be returned in a synchronous response | {"example": "hello"} | |
HTTP Status Code string statusCode | 200 | The HTTP Status Code that will be returned in a synchronous response | 200 |