Input Target
: the target directory to watch for new children.Follow-up Update Period
: this is the wait period after the last trigger event after which the workflow will run.Data Added
trigger type configured with Input Target
of directory /test
and Follow-up Update Period
of 10 minutes will run the automation workflow 10 minutes after the last child is added at any depth to /test
directory in Latch Data.
Interval
: the time interval that will activate a triggerInterval
trigger type configured with Interval
of 1 hour
will run the automation workflow hourly.
Data Added
trigger, the automation workflow function must have input_directory: LatchDir
as the only parameter, else the automation will fail to start.
Required Workflow Definition:
Interval
trigger, the automation workflow function must have no parameters, else the automation will fail to start.
Required Workflow Definition
Event Type
. Refer to the Available Trigger Types for explanation of trigger behaviors.
Follow-up Update Period
or Interval
depending on the type of the trigger you have selected.
Data Added
trigger) select a folder where files/folders will be uploaded using the Select Target
button. Any items uploaded to this folder will trigger the specified workflow.
Save Changes
to persist your updated settings.