Give us contact

Do you prefer to ask us directly?

Call us +420 605 203 938 (the Czech Republic)

or use this contacts

AyMINE

Related links


FI - Finance Management

Business event

Technical documentation related to the tskEvent – business event object implementation

event Raising

Rising event is managed by backend. It is initiated automatically or manually

automatic raise

Some objects (currently only tskDefUserTask) could have linked events. They are linked to the object create, delete or status changes. However, changes are relevant to the task created from the definition and the backend implementation should support this linkage between definition and instance for each object type.

manual raise

Manually user initiate process in the application.

Raise processing

Raising events consists of:

  • create a new instance of the tskEventInstance object
  • raise internal system event (EventManager::raise) that is linked with the created instance.
    Objects that are able to react on the event instance catches system event and are processed independently on the raising process

event Catching

Each object that allows starting activity in response to the business event should have its own implementation of the event catching.
Catching event means it implements system event handler that is called in response to the raised event. It should start activity in response. Framework provides support in the communication using the system events but nothing more.