Broadcast signal to create process instances

POST {{baseUrl}}/process-instances/signals

Broadcast signal to trigger process models with a configured start signal event and create process instances.

Request Body

{"async"=>true, "signalName"=>"SampleSignalName", "variables"=>[{"encryption"=>false, "name"=>"SampleVariable", "scope"=>"local", "type"=>"string"}, {"encryption"=>false, "name"=>"SampleVariable", "scope"=>"local", "type"=>"string"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring