I try to test a process with tasks and catching events. I created a process, deployed and started it in activiti demo application. It run as expected and wait at the event for a signal. How can I signal that event in activiti demo application? I tried to use activiti REST API, but it failed with message 'method not allowed'. Anybody has an idea? Thanks
The response to this rest call is 'method not allowed'. But I actually included http basic authentication in the http header 'kermit:kermit' (base64). I'm new to Activiti and try to test the event signaling. I used a separate process which include an throwing event to complete my test. But really love to know how to use rest API to send signal.