Trigger Execution
POST/execution/:id/signal
Signals an execution by id. Can for example be used to explicitly skip user tasks or signal asynchronous continuations.
Request
Responses
- 204
- 400
Request successful. This method returns no content.
The variable value or type is invalid, for example if the value could not be parsed to an Integer value or the passed variable type is not supported. See the Introduction for the error response format.