Logo
OpenText Developer Cloud public resources API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'baseUrl/process-instances/signals' -H 'Content-Type: application/json' -d '{"async":true,"signalName":"SampleSignalName","variables":[{"encryption":false,"name":"SampleVariable","scope":"local","type":"string"},{"encryption":false,"name":"SampleVariable","scope":"local","type":"string"}]}'

ENDPOINTS