Event
POST/signal
A signal is an event of global scope (broadcast semantics) and is delivered to all
active handlers. Internally this maps to the engine's signal event received builder
method RuntimeService#createSignalEvent(). For more information about the signal
behavior, see the Signal Events
section of the BPMN 2.0 Implementation Reference.
Request
Responses
- 204
- 400
- 403
- 500
Request successful.
Returned if:
- no name was given
- 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
- a tenant id and an execution id is specified.
See the Introduction for the error response format.
Returned if the user is not allowed to throw a signal event.
See the Introduction for the error response format.
Returned if a single execution is specified and no such execution exists or has not subscribed to the signal.
See the Introduction for the error response format.