I have a schedule that runs fine using a wildcard to find the source files.
Rather than running the workspace every 10 minutes I would like to set up a directory watch (or similar) to trigger the workspace to run.
When creating the subscription I get this error: Unexpected value "$(a)/ServiceOrders/FME/NotificationDefectsExport*.csv" for parameter "value," expected list
The issue appears to be using a wildcard in the source file of a subscription.
I have tried with both UNC source path and by setting up a resource in FME Server.
Permissions are not an issue as the workspace runs fine on a schedule.