cancel
Showing results for 
Search instead for 
Did you mean: 

List of Tasks REST API with includeProcessVariables not working in 5.15.1

amarnath_rc
Champ in-the-making
Champ in-the-making
Unfollow this thread 
Migrated Activiti from 5.14.1 to 5.15.1, then the following REST API stopped working. It was working fine with 5.14.1

http://localhost:8080/activiti-rest/service/runtime/tasks?includeProcessVariables=true

It returns the following error message

{"errorMessage":"The server encountered an unexpected condition which prevented it from fulfilling the request","statusCode":500}

Any help appreciated…

Regards,
Amarnath
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
Can you post the stacktrace you see in the REST tomcat/container console?

This is working fine now. Its because of the bad data that are created as part of process variables (business data) and its unfortunate that happened during Activiti migration.  I couldn't get the stack trace for this issue from container's log files.   Thanks