Camunda 7.20 : org.camunda.bpm.engine.ProcessEngineException: ENGINE-01009 Error while parsing process. Could not resolve function 'S'

After upgrading from spring boot 2.x.x to 3.x.x with jdk 17, getting an error “ENGINE-01009 Error while parsing process. Could not resolve function ‘S’.” , even after adding spin dependencies .

org.camunda.spin camunda-spin-dataformat-xml-dom-jakarta org.camunda.bpm camunda-engine-plugin-spin org.camunda.spin camunda-spin-dataformat-all org.camunda.spin camunda-spin-dataformat-json-jackson org.camunda.spin camunda-spin-core

Hi @Roshan,

Welcome to the forum.

Could you please share a minimal example project or your pom.xml and application properties files so we can check if there are inconsistencies with the dependencies.
If you want, you can run the mvn dependency:tree command in your project to check if all Spring Boot dependencies are bumped to Spring Boot 3.1 (please note that Spring boot 3.2 is not yet supported) and Camunda dependencies are bumped to Camunda 7.20 version. The spin dependencies must be bumped to version 1.22.0.

Best,
Yana

1 Like

Thank you @Yana , The issue is resolved , there was issue with SPIN .

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.