Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The process module does not function as a stand-alone module to create a complete application. There is a need for at least three other modules to create a complete application: a Process Control Application (PCA), a configuration module and at least one implementation module.

The process module is intended to only do process related activities, and does not support flows, pages and services. these items must be implemented in the implementation module connected to a task.


Image RemovedImage Added

There are special elements inside a process module , which you cannot find in other modules in Blueriq. These special elements are:

Children Display

(process, task, process event, message event). They can be found in the menu, on top of your screen. 

Image RemovedImage Added

In the dashboard module and other implementation modules it is possible to make use of services specially made for the use with the process engine.

A special container is available for the creation of a worklist. This container works together with the process engine database to show the tasks which are available for a user.

...

Two types of mappings are used in the context of the process engine, data mappings and task mappings.

  • A data mapping is used for transferring data from the implementation modules to the process module and back.
  • A task mapping is used to connect a task to a flow in an implementation. It defines which process event in the process engine corresponds to which flow event in the implementation module.

For more information: Configuration module