COLNEO Automation

The module COLNEO automation allows the automation of workflows depending on changes of objects, relations or properties on the infohub platform.

Each endpoint of COLNEO infohub which creates, updates or deletes data writes an event to the infohub event queue.
This event queue is processed at regular intervals. The default interval is 30 secs.

Tasks and Schedule Tasks

The infohub platform supports two types of events:
  1. Events which are created by changes in the data of the platform.
    Events of this type can be clustered.
  2. Events that are triggered at a specific time or at specific times in recurring periods.
The action to be executed in case of certain events are specified by tasks. Based on the two different event types, there are two types of tasks.
Detailed documentation: Tasks and Schedule Tasks

Endpoints 'Tasks': REST documentation
Endpoints 'Schedule Tasks': REST documentation

Events

Endpoints: REST documentation

Detailed documentation: Events