0

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

prinkpan
  • 2,117
  • 1
  • 19
  • 32

1 Answers1

1

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

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18
  • Thank you for your answer, is this a limitation? Will it be added to the stateless workflow in the future? Also, it would be great to update a documentation since I did not see this listed anywhere. – prinkpan May 20 '22 at 19:33
  • I can confirm I am able to use it with stateful. I think this has to be by design because stateless workflows are supposed to be used for less time consuming tasks and delay can cause some problems there. – prinkpan May 20 '22 at 20:13