The Wait activity in Azure Data Factory pauses a pipeline for a specified period of time before continuing execution of subsequent activities. It allows inserting delays into pipelines without needing additional logic or resources. The Wait activity can be used to introduce waits between steps or create regular intervals for recurring pipelines.
1 of 4
Download to read offline
More Related Content
43- Wait Activity in Azure Data Factory.pptx
1. 43- Azure Data Factory
Wait Activity in azure data factory
Demo- Wait Activity
Welcome in BPCloudLearningInHindi
1
2. Wait Activity:
2
Welcome in BPCloudLearningInHindi
The "Wait" activity in Azure Data Factory is a built-in activity that allows you to pause a
pipeline for a specified period of time.
When you use wait activity in pipeline the pipeline wait for the specified period of time
before continuing with execution of subsequent activities