Processes
The Processes tab manages BPMN process definitions linked to the case definition.
Processes define the workflows that drive a case. Each case definition can have multiple linked processes that handle different aspects of case processing.
Configuring processes
Expand Admin in the left sidebar
Click Cases under the Configuration section
Click a case definition to open it
Click the Processes tab

Creating a new process
Click Create process
Design your process using the BPMN modeler

Configure process settings using the toggles in the header
Click Save to deploy
Uploading a process
Click the upload button in the toolbar
Select a .bpmn file from your computer

Click Upload
Editing a process
Click on a process row to open the process builder
Make changes in the BPMN modeler
Click Save to deploy changes
Deleting a process
Hover over the process row to reveal the overflow menu
Click the overflow menu (three dots)
Select Delete
Confirm deletion in the confirmation dialog
Process settings
The process builder header contains toggles to configure process behavior:
Draft
When enabled, the process is saved as a draft and requires additional confirmation before it can be started
Starts case
When enabled, starting this process creates a new case instance. A start form must be linked to the first step.
Startable by user
When enabled, users can start this process from the case detail page via the start menu
Process validation
Click Validate to check for errors before saving. Validation errors appear in a collapsible panel showing the element and issue. Fix any errors before deploying.
Access control
Runtime access to processes is controlled through the following permissions.
Resources and actions
com.ritense.document.domain.impl.JsonSchemaDocument
view
Required to view process instances linked to a case
com.ritense.valtimo.operaton.domain.OperatonExecution
create
Required to start a process
Examples
Last updated