This section describes how to create custom workflow tasks that work with the Atoti Sign-Off server and UI.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.
This section does not cover the creation of custom workflows, as this is outside the scope of Atoti Sign-Off. For more information, see BPMN.io and Activiti. However, for including a custom workflow in the project, please see the Custom Workflow Settings.
- Updating the
UserTaskform properties in the.bpmnfile. - Adding a Spring Bean to pick up the
UserTask’s actions. - Implementing the java logic to process the submitted
UserTask.
- the
Sign-off Task Configurationscreen for changes related to task definitions. - the
Sign-off Tasksscreen for changes related to tasks.