I'm working through a request custom function to update a task owner and using this as an example.
I have copied this code into a function but receive an error when testing against this line of code:
if("success".equalsIgnoreCase(taskresponse.get("response_status").get("status")))
The error message is: Argument type mismatch - Found 'TEXT' but Expected '[BIGINT]' for the function 'get'
If I fire up the API page and get the tasks for the specific request it has no issues and shows 'success' as the status.
I'm current on SDPLUS 14.2 build 14200
Any ideas what could be wrong?