This section describes how to create custom workflow tasks that work with the Atoti Limits server and UI. Creating custom workflow tasks in Atoti Limits requires specifying task actions in order for the UI to correctly manage the task. The UI will represent the action in the form of a button and, once clicked, in a popup that will display the available fields of the action. To create custom workflow actions in Atoti Limits follow these steps: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.
- Update the
UserTaskform properties in the.bpmnfile. See Updating the BPMN file. - Add a Spring Bean to pick up the
UserTask’s actions. See Defining Task Spring Beans. - Implement the java logic to process the submitted
UserTask. See Executing the Java Task. - Add the workflow in the Atoti Limits server and UI settings. See Custom Workflow Settings.
- the
Limits Viewerscreen if the action is linked to a limit workflow, or - the
Limit Statusscreen if the action is linked to an incident workflow.