Search code examples
azureazure-logic-appsazure-logic-app-standard

Missing "schedule delay" connector in Azure Logic Apps (Standard)


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


Solution

  • After reproducing from my end, I 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