Trying to set Process Variable with SpinValues but cant find Class

Hey,

i am using a Java DelegateExecution and try to set a Process Variable of a JSON String.
I found following Example Code in the Camunda Docs. But even after adding the Spin Maven Dependencies (Camunda Spin Dataformat Reference | docs.camunda.org) I can not use the Class “SpinValues”. Does anybody know which Dependencies i need to add to use the “SpinValues” Class.

Thanks for your help,
Anton

image

As you can see here, SpinValues is found in org.camunda.spin.plugin. Did you add camunda-engine-plugin-spin in addition to camunda-spin-core as documented?

1 Like

Yes! That was the one i was missing. Thank you!

1 Like