How to trigger Start signal event using REST-API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2018 07:04 AM
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 this documentation
But I'm getting 403 exceptions when I try to trigger the start signal event.
can anyone suggest me if I am going wrong somewhere or is there any other way to do this or any other documentation to refer please suggest.
thanks in advance
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2018 06:23 AM
If you are using APS its probably a permissions issue. Caller has to have "Access the REST API" capabilities since the endpoint is an Engine Rest endpoint.
