AutomationHotFolderTriggerConfig
Type: Object
Configuration for Hot Folder Trigger nodes that monitor file system events. Triggers workflow execution when files are created or modified in watched folders.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| action | AutomationWorkflowHotFolderActionKind! | Action to take when file is detected | ||
| filePattern | String! | File pattern to match against (glob pattern or regex) | ||
| hotFolder | HotFolder! | Reference to the Hot Folder resource to monitor | ||
| hotFolderId | ID! | |||
| triggerOn | AutomationWorkflowHotFolderTriggerOn! | File events that trigger the workflow | ||
| type | String! | Node type identifier |