How I can access the data from another database for getting the existing trip table by status column

existingTrip.bpmn (9.1 KB)
I have setup my camunda springboot application and using MySql database as well I have created the service task and wrote rest api and configured the another database configuration in my api but I am not getting the exiting trip.

help me in my flow also if something is wrong in my flow. for reference I have attached my bpmn flow.

Can anyone please look into this…?

Hi @rimo,

taking a look at your process diagram, I could find any issue that could cause the behavior you describe.

As your diagram looks good, it must be an issue with your delegate code.

Can you provide more details about your code and what happens exactly?

Hope this helps, Ingo