Home > Mobile >  How to increase the Until Activity timeout to more than 7 days in Azure Data factory?
How to increase the Until Activity timeout to more than 7 days in Azure Data factory?

Time:11-19

How to increase the Until Activity time to more than 7 days in Azure Data factorystrong text

CodePudding user response:

enter image description here

you cannot make it more than 7 days.

CodePudding user response:

I will be very interersted to know the use case that you need an untill with 7 days timeout , please elaborate . I could have explored a foreach loop with a wait command .I suggest using the range function .

@range(1, maxNum)
  • Related