I am trying to create an automation using a trigger that watches a directory. If a file in the directory is added/created it launches an FME Workspace. However I keep getting the following error:
2024-12-14T20:10:08Z | 410109 : (Automations) Creating link from trigger...
3 2024-12-14T20:10:08Z | 410108 : (Automations) Creating dirwatch trigger...
4 2024-12-14T20:10:08Z | 410112 : (Automations) Unable to assemble automation. There was an issue with component "Trigger". Publisher dirwatch does not exist.
The same thing happens when I try add a trigger that watches an FTP? and I get the same error when trying to add a Publication under the Notification.
What am I missing? Do I need to add something special for a trigger to work? is it possible that I am missing some part of FME?
I am working with a FME FLOW 2024.1that is in a Azure Kubernetes cluster.
Any help or hint that could explain the error is highly appreciated.