Home > Software engineering >  Missing "schedule delay" connector in Azure Logic Apps (Standard)
Missing "schedule delay" connector in Azure Logic Apps (Standard)

Time:05-21

I want to implement a delay in my Azure Logic Apps (standard) but unable to find it. The screenshots below shows it it available in the consumption but missing from standard. I have checked it in both 'Built-in' as well as 'Azure'.

Consumption:

enter image description here

Standard:

enter image description here

CodePudding user response:

After reproducing from our end we understood that Schedule Delay can be found in Stateful Workflow but not Stateless of standard logic app.

STATEFUL WORKFLOW

enter image description here

STATELESS WORKFLOW

enter image description here

  • Related