Creates an HTML report on all your triggers in all your automations and schedules, to be used as a dashboard in FME Flow.
Takes a URL to an FME server and a web connection for authentication.
It then connects to your server's REST API to get a list of all your automations.
After that it gets each automation's configuration. It then parses all objects in the Automations canvas, checking for Triggers. For every trigger in every automation, it will check which workspaces are being triggered.
Important note: You will need to install the Python library cron-descriptor before using this transformer. It's really easy, see the help for instructions.
As of now it parses Schedule trigger (basic and cron), directory watch and ftp watch. The rest are output as other.
This transformer replaces the FMEServerAutomationTriggersParser
Would you like to know more? Click here to find out more details!