Task activity - bluesoft-rnd/aperte-workflow-core GitHub Wiki

Task activity is a visual symbol used in [process flow diagram](Aperte Modeler process diagram) to represent atomic unit of work. Upon executing task can be performed automatically by system or be delegated to human resource. In Aperte Workflow process diagram both of this functionalities are enhanced by Aperte Step Editor.

Attributes

Attribute name Type Required Default value Description
Aperte Configuration String False Aperte Workflow specific configuration. This attribute is generated by the Aperte Workflow Modeler and can not be edited by hand.
Name String True The name of this element.
Description String False The additional description for this element.
Tasktype Enum True The type of the task. USER type indicates that the task is delegated to human resource while other indicate automatic system operation. The list of possible choices here is generated from the plugin metadata in Aperte Workflow runtime.

Aperte Modeler examples

Working with task attributes

  1. Select the desired task by left clicking it.
  2. Open the Attributes palette on the right side of editor.
  3. Select the attribute you want to edit by left clicking it. This is demonstrated below.

Editing the Name attribute|frame|align=center|

Editing the Tasktype attribute by choosing from the list|frame|align=center

Working with Aperte Step Editor

Accessing Aperte Step Editor on the task|frame|align=center