The update procedure takes the following steps:

  • Uninstall the Camunda libraries and archives
  • Replace Camunda core libraries
  • Replace optional Camunda dependencies
  • Maintain BPM platform configuration (optional)
  • Install the Camunda archive
  • Install the Camunda BPM web applications
    In each of the following steps, the identifiers refer to the current version and the new versions of the artifacts.

1. Uninstall the Camunda Libraries and Archives

First, uninstall the Camunda web applications, namely the Camunda REST API (artifact name like camunda-engine-rest) and the Camunda applications Cockpit, Tasklist and Admin (artifact name like camunda-webapp).

Uninstall the Camunda EAR. Its name should be camunda-ibm-websphere-ear-$PLATFORM_VERSION.ear.

2. Replace Camunda Core Libraries

With 7.2, you have created a shared library named Camunda. We identify the folder to this shared library as $SHARED_LIBRARY_PATH.

  • camunda-engine-$PLATFORM_VERSION.jar
  • camunda-cmmn-model-$PLATFORM_VERSION.jar
  • camunda-xml-model-$PLATFORM_VERSION.jar

    3. Replace Optional Camunda Dependencies

In addition to the core libraries, there may be optional artifacts in $SHARED_LIBRARY_PATH for LDAP integration, Camunda Connect, and Camunda Spin. If you use any of these extensions, the following update steps apply:

Copy the following libraries from $WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH if present:

  • camunda-identity-ldap-$PLATFORM_VERSION.jar

    Camunda Connect

Copy the following libraries from $WAS_DISTRIBUTION/modules/lib to the folder $SHARED_LIBRARY_PATH if present:

  • camunda-connect-core-$CONNECT_VERSION.jar

Copy the following libraries from $WAS_DISTRIBUTION/modules/lib to the folder if present:

  • camunda-spin-core-$SPIN_VERSION.jar

    4. Maintain the BPM Platform Configuration

Task Query Expressions

As of 7.3.3, the default handling of expressions submitted as parameters of task queries has changed. Passing EL expressions in a task query enables execution of arbitrary code when the query is evaluated. The process engine no longer evaluates these expressions by default and throws an exception instead. This behavior can be toggled in the process engine configuration using the properties enableExpressionsInAdhocQueries (default false) and enableExpressionsInStoredQueries (default true). To restore the engine’s previous behavior, set both flags to true. See the user guide on security considerations for custom code for details.This is already the default for Camunda BPM versions after and including 7.2.8.

5. Install the Camunda Archive

Install the Camunda EAR, i.e., the file $WAS_DISTRIBUTION/modules/camunda-ibm-websphere-ear-$PLATFORM_VERSION.ear. During the installation, the EAR will try to reference the previously created shared library.

6. Install the Web Applications

The following steps are required to update the Camunda REST API on an IBM WebSphere instance:

  • Deploy the web application $WAS_DISTRIBUTION/webapps/camunda-engine-rest-$PLATFORM_VERSION-was.war to your IBM WebSphere instance.
  • Associate the web application with the Camunda shared library.

    Cockpit, Tasklist, and Admin

The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on an IBM WebSphere instance:

  • Deploy the web application $WAS_DISTRIBUTION/webapps/camunda-webapp-ee-was-$PLATFORM_VERSION.war to your IBM WebSphere instance.
  • Associate the web application with the Camunda shared library.