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 BPMN file
AUserTask in a bpmn file in its simplest form looks as follows:
- the id of the task
- the name of the task
- the user roles (candidate groups) who may execute the task, which is managed by Activiti
UserTask:
- the
formPropertyid =workflowTaskActionBeanstells Atoti Limits that it should pick up the contents of thisformPropertyto resolve one or more Spring Beans.
The id must be
workflowTaskActionBeans, otherwise Atoti Limits will not resolve the tasks.- the
value’s name tells Atoti Limits the name of the Spring Bean it should resolve.
Take care when selecting the name of the Spring Bean. These must be unique for each action and every other Spring Bean in the application.
A good naming convention is to prefix/suffix the bean with something unique to the type of bean, for example,
ButtonWorkflowAction.