Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the previous versions of DCM, the Runtime also contained the Process Engine. This is not the case anymore, the Process Engine is now part of the Case Engine. The Runtime communicates with the Case Engine through asynchronous messages and a REST API.

This page explains how the Runtime is configured for DCM.

Runtime installation

The Runtime can be downloaded in the artifactory or installed using the installer. If the installer is used, the Runtime will install and run automatically.

In case of using the Runtime as a standalone application it could started directly in Java using the command line:

Code Block
languagepowershell
$ java -Dserver.port=18080 -Dspring.config.additional-location=file:///config/DCM2/Runtime/config -jar blueriq-runtime-{{version}}.jar