Class SignalResource
java.lang.Object
org.flowable.rest.service.api.runtime.SignalResource
Resource for notifying the engine a signal event has been received, independent of an execution.
- Author:
- Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BpmnRestApiInterceptor
protected RestResponseFactory
protected RuntimeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
signalEventReceived
(SignalEventReceivedRequest signalRequest, jakarta.servlet.http.HttpServletResponse response)
-
Field Details
-
restResponseFactory
-
runtimeService
-
restApiInterceptor
-
-
Constructor Details
-
SignalResource
public SignalResource()
-
-
Method Details
-
signalEventReceived
@PostMapping("/runtime/signals") public void signalEventReceived(@RequestBody SignalEventReceivedRequest signalRequest, jakarta.servlet.http.HttpServletResponse response)
-