When adding a custom workflow, the user needs to update the project settings to pick up the workflow.Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Backend settings
The workflow needs to be included in the Limits workflow properties based upon its type. If the workflow is linked with the lifecycle of the limit, then it belongs underlimitWorkflows. If the workflow should be instantiated upon evaluation, then it belongs under exceptionWorkflows.
To add the new workflow, add a new entry to either limitWorkflows or exceptionWorkflows based on its type with the following format:
<WORKFLOW_NAME>is a name given to the workflow by the user.<WORKFLOW_PROCESS_ID>is the value of the<process id=tag defined at the beginning of the bpmn file.<WORKFLOW_PARTICIPANTS>is a comma-separated list of users who have authority to move a limit along the workflow. This may not be required.
application.yml with a custom workflow: