Im getting the following error

The error:
The value ‘DynamicObject@78585edb’ cannot be passed from one context to another. The current context is 0x58a4ca0c and the argument value originates from context 0x18ce86e1.

How can i know what is the issue

Hey @raz.yahkovnia ,

when does this error occur? Could you upload your bpmn model.

Kind regards
Nele

vc-verification.bpmn (37.5 KB)

Can someone help with this please?

When does the error occur?

This was asked before, but you didn’t answer it.

You’re doing a lot of jumping back and forth between Javascript and Java, which could easily factor into the issue you’re having. I also saw one location where you are setting a variable to the value ${1} which I don’t think is doing what you want it to do. I’m not an expert in the internals of Camunda, so it might work… It just looks like a place that could be giving you issues.

Perhaps if you give us more context on what leads up to the error, then maybe the community can help you more.