What versions of Camunda and JavaScript are used in our Workflow/BPA? For example, one of my colleagues has noticed that the findIndex()
method is not supported, while indexOf()
works fine. Additionally, using let
as an alternative to var
doesn't seem to work, and const
is not supported either.
Camunda with current Java version uses Nashorn JavaScript engine, which fully supports ECMAScript 5.1 and offers partial support for ECMAScript 6. Advanced ES6 features like let/const scoping, Promise, and modules are not fully supported.
The Camunda version used in IFS is Camunda 7.
I assume IFS is using Camunda 7 community edition. Camunda has announced End of Life for Camunda 7 Community edition already in 2023. CIB has done an open-source fork of Camunda 7 community edition in November 2024.
What is IFS plan regarding Camunda version changes?
The Camunda version used in IFS is Camunda 7.
What exactly version is used in IFS Cloud?
I can see many of 7.x. versions

What exactly version is used in IFS Cloud?
I can see many of 7.x. versions
These are the Camunda versions used in each track.
24R2 - 7.19
24R1 - 7.19
23R2 - 7.15
23R1 - 7.15
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.