Rule Engine

The rule engine executes rules configured for endpoints. Adapter rules will be triggered after the adapter receives the data. These rules usually contain functions to transform the data into a common format so that any connector could pick them up. Connector rules will be triggered before the data is send to the destination, these rules usually contain functions which transfers the data into a format that the adapter would expect.

Nach oben