Release Notes
Specifying HTTP Code in Process
- In version qbpetqbpmplayer:25091001, the ability to specify HTTP code (4xx) for processes ending with an error and the ability to set additional response fields has been added.
Add the following parameter to the Digital Q.BPM Player Config Map:
QBPM_EXCEPTION_AFTER_UNHANDLED_BPMN_ERROR_ENABLED: true //(default false)The Error End Event element is used for error output.
In the element properties, on the General tab, specify the error code and message text.

On the Input/Output tab, you can set additional response fields.

The error Response will look like this

Using Implicit Authentication
Process Deployment in Git
- Available from version qbpmcockpit:26021701 To deploy processes to a Git project from a process group without creating a PBC, you need to: Specify the following parameters in the Digital Q.BPM Cockpit Config Map:
QBPM_DESIGNER_GITLAB_API_URL: // gitlab api url. Example - https://gitflex.diasoft.ru/api/v4
QBPM_DESIGNER_PRODUCT_DEPLOY_MODE: gitlab
QBPM_DESIGNER_GITLAB_GROUP_ID: // Group ID. Group for process publication
QBPM_DESIGNER_GITLAB_PRIVATE_TOKEN: // User token from User Settings/Personal access tokens sectionParameter QBPM_DESIGNER_GITLAB_GROUP_ID

Parameter QBPM_DESIGNER_GITLAB_PRIVATE_TOKEN

After applying the settings, restart the service. For deployment, follow the instructions, section Deployment/Publication of service through BP Registry