How to trigger Start signal event using REST-API
Hi all,I am starting a process through start signal event and I have followed the following way:I am using this API http://localhost:8080/activiti-app/api/runtime/signals Post Method along with the body { "signalName":"StartSignal" }I have referred...