Workflow Tasks

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:

  1. Update the UserTask form properties in the .bpmn file. See Updating the BPMN file.
  2. Add a Spring Bean to pick up the UserTask’s actions. See Defining Task Spring Beans.
  3. Implement the java logic to process the submitted UserTask. See Executing the Java Task.
  4. Add the workflow in the Atoti Limits server and UI settings. See Custom Workflow Settings.

The workflow actions will then be available as buttons in the UI in either: