Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBPM-8785] Custom Process variables not persisted on every waiting node (human task). #1537

Closed
wants to merge 1 commit into from

Conversation

elguardian
Copy link
Member

getVariables from scope instance returns a copy of the variable so it is not possible
to cause corruption in the scope. It is needed to use Cloneable interface and implement clone
method

…ode (human task).

getVariables from scope instance returns a copy of the variable so it is not possible
to cause corruption in the scope. It is needed to use Cloneable interface and implement clone
method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant