General.error.bad-request

Dear Experts,

I have created a simple service (HTTP) task to retrieve results from an external api (http://api.fixer.io/latest) .

Task is getting started by doesn’t completed. If i click complete button manually it throws an error.

Error: {“message”:“Task 123 can’t be completed”,“messageKey”:“GENERAL.ERROR.BAD-REQUEST”}

I can access that API directly. So i am not sure what is the issue. Can someone help ?

URL called: http://localhost:8080/flowable-task/app/rest/tasks/133/action/complete

Error: {“message”:“Internal server error”,“exception”:“Request method ‘GET’ not supported”}

aqsw

try this info. --> http://www.jorambarrez.be/blog/2016/09/01/how-to-use-transient-variables-in-activiti/

Thanks.

Can you please let me know how to do this using editor ? I mean how to assign variables in the modeler ?

Eg: http://localhost:8080/flowable-modeler/#/editor/xxxxxxxxxxxxx

Whenever i made a http request it throws this message: Request method ‘GET’ not supported

Request Method : GET
Request URL : http://api.fixer.io/latest

for a REST (HTTP) task