Skip to content

Pool

A pool is a container of process workflow model that consisting of Tasks, Actions, Roles and Routes.

For example, a simple expense process is modeled as follows;

Leave Request
Defines the start task of the process. Employee can save or submit a leave request.

Manager Approval
Defines the first approval task of the process. Manager can confirm or reject the request. If rejected, the process is routed back to the employee.

HR Approval
Defines the second approval task of the process. Human Resources can confirm or reject the request, and if HR confirms the request, the confirmed request is recorded in the HR database, else if rejected, the process is routed back to the manager.

Inform Employee
Defines the inform employee task of the process. Employee can select OK and finish the process.

Diagram Language

BPMN or similar notations generally contain technical terms like "if", "split", and "explicit join" activities and require some skills to understand diagram. Emakin uses it's own process notation to describe processes to achieve the understanding of the processes by everyone without any education or skills needed.

According to the diagram above:

  • Green box identifies the start (initiator) task of the pool.

  • Orange boxes identify the intermediate task of the pool.

  • Each gray box which is connected to the tasks, identifies the action as a result of a task that assigned user can select.

  • Lines between actions and tasks identify the routes to the next task in the process. If no route is found process is terminated with selected action.

Diagram Objects

Pool Properties

In addition to workflow diagram, pool also has the following properties:

Work List Tags

Work list tags are common tags to attached to work items in the pool. These tags are used to filter work items in the work list. These tags are combined with the task tags and results a single tag list for the work item.

Multiple tags can be comma or semicolon separated.

Work list tags supports the data templates expressions.

Scripting