cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti REST and 404

thib
Champ in-the-making
Champ in-the-making
Hi all,

I'm running Activiti 5.12 with PostgreSQL DB, where I have my process deployed. The goal is to start process instances using activiti-rest, providing a parameter for user form along the way. The problem I have is that activiti-rest is returning 404 most of the time. I've gone through User guide section, installed REST Client for Firefox and set up basic HTTP authentication (usr = kermit, pass = kermit) .

The only URL I get a proper response from is /service/tasks?assignee=kermit, all others return 404, with no exceptions in the Tomcat log. I've attached an image of my RESTClient query just in case for you to check: https://dl.dropboxusercontent.com/u/40787620/Activiti-GET1.png

Any help appreciated
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
From the screenshot I can see you don't have /service in that url?