Complete Task Workflow

I tried to make a call HTTP using a request to complete a task :HOST/nuxeo/api/v1/task/{taskId}/{action} adding the values of two parameters(taskId,action) But I have an exception 500 What does it mean ?

0 votes

1 answers

1073 views

ANSWER



Http error 500 is “Internal Server Error” https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500 Try to see in nuxeo-server log if has been thrown any exception.

0 votes