Send a Signal via the REST Api

Hi Folks,

Where in the docs would i find how to send a signal event via the REST Api?

1 Like

Nowhere :wink:, see https://app.camunda.com/jira/browse/CAM-4099.
For intermediate events, you can do it the hard way by querying for event subscriptions and then triggering the corresponding executions. That won’t work for boundary events, though.

Cheers,
Thorben

3 Likes