Business Process Diagram Tasks represent atomic units of work done as part of a business process.
There are three types of Tasks:
- None: Represents a generic Task. This type of activity does not have an associated application; it is automatically executed by the engine and affects neither the relevant workflow data nor the application data.
- Script: These activities do not require interaction by the user and will be executed by the Workflow engine.
- User: Represents a Task executed by a user.
Additionally, workflow Tasks can be configured based on their Loop type property. This property determines how they should be executed repeatedly and can have the following values: Multi-Instance, None (default value), and Standard.
None Task Properties
Script Task Properties
User Task Properties