hpv
9 years agoFormer Employee
How to make a Pipeline wait during execution
This can be achieved using Python
script for making a pipeline to wait in the flow during execution.
- Change the value in line number 22 in the script
time.sleep(120)
Here 120
is the seconds which defined to make the pipeline wait.
Note: The value needs to be provided in seconds
Phython script
Script_to_Wait_pipline.zip (723 Bytes)
Pipeline
Make Pipeline to wait_2017_03_06.slp (4.0 KB)