The built-in Clock channel will pause a pipeline. You can use this to pause while a result is created from a previous step.
Steps
The steps you can use with Clock fall into one category: Timers
Type | Name | Description |
---|---|---|
Timers | ||
Action | Pause | Pauses the pipeline for the specified amount of time, up to a maximum of 30 minutes. |
Use Cases
Here are some use case examples to help you understand how to use the Clock channel.
In this case we are using Clock to help when we are creating a parent by importing a child. We use a Pause between each record that triggers parent creation to avoid creating more parents than necessary. In our example, a CSV file has three records associated with the same parent. We use the clock to pause the trigger on records two and three to allow the first record to create the parent.