Hi Team,
I am using Camunda 8 self managed version and getting the following error while invoking task complete API:
org.springframework.web.client.HttpServerErrorException$InternalServerError: 500 : "{<EOL> "status" : 500,<EOL> "message" : "Unexpected server error occurred.",<EOL> "instance" : null<EOL>}"] with root cause
2023-08-30T06:52:42.736980623Z org.springframework.web.client.HttpServerErrorException$InternalServerError: 500 : "{<EOL> "status" : 500,<EOL> "message" : "Unexpected server error occurred.",<EOL> "instance" : null<EOL>}"
I am invoking task complete API from angular front end when user submits some inputs and click on complete task action. If I keep some delay (for a few seconds) and then click on complete action it seems working fine.
Is this issue occurring due to any delay in communication between different modules inside camunda engine? Can someone please help to figure this out
Thanks in advance.