Stop Execution Component

Stop the execution of an instance
Component key: stop-execution#
DescriptionThe 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 ExecutionAn Action that terminates the Instance execution | key: stopExecution
Input | Default | Notes | Example |
---|---|---|---|
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 |