-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Context: it is currently not possible to throw the BPMN Signal Event using the REST Api.
AT:
- All interactions provided by the Java API for throwing a signal event are prossible using the REST api
See Java API:
RuntimeService.signalEventReceived(...)
Hint: using the Java Api, it is possible to throw a signal either globally or to a specific execution (which subscribed to it).