Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.28 KB

File metadata and controls

39 lines (20 loc) · 1.28 KB

\SignalApi

All URIs are relative to http://localhost:8080/engine-rest

Method HTTP request Description
throw_signal post /signal

throw_signal

throw_signal(signal_dto)

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.

Parameters

Name Type Description Required Notes
signal_dto Option<SignalDto>

Return type

(empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]