The integration of Activiti in Content Services provides three types of tasks in a process definition.
Task type | Description |
---|---|
userTask | Describes work to be done by a human actor. When process execution arrives at a user task, a new task is created in the task list of the user or group assigned to that task. |
scriptTask | Describes an automatic activity. When a process execution arrives at the script task, the corresponding script is executed. |
mailTask | Similar to a script task, but specifically set up to send an email. |