My UseCase is this: in Cumulocity many events from Devices are collected and processed by some 'Cumulocity Event Language' Scripts. Now i need this data be processed further in some backoffice and analysis systems. My Idea is to PUSH the data by an Time-Window-Boxed CEL Script to that "external" systems, by writing an own (e.g.) JavaScript Function (see 'https://www.cumulocity.com/guides/event-language/advanced/') and POST the collected data via an REST call to that systems (which need to have an apropriate service running).
Question: 1) could this idea work? 2) can i load helper libraries (in JS in my case) into the CEL module? 3) can i repeat my attempt of Pushing if it fails?
Thanks MB