Upgrade
If you are upgrading your project without merging the corresponding xRM version, you need to insert this code to your project via the "process"-folder.
You also need to update a few environment variables within the flowable-service application.
Key | Example | Explanation |
---|---|---|
FLOWABLE_USER | flowable | You need to enter this value in your "flowable-service"-alias via the ADITO Designer |
FLOWABLE_PASSWORD | * (set a custom password for secure authentication) | You need to enter this value in your "flowable-service"-alias via the ADITO Designer |
MICRONAUT_SERVER_PORT | 8081 | http port |
MICRONAUT_SSL_PORT | 8444 | https port |
Find further information in the Update Manual, particularly, in chapter "Changes necessary to run Flowable".