Add Recurrence trigger support for stateless workflows #1194
DieterGobeyn
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description: We have a scenario where a stateless workflow needs to invoke a stateful workflow (for resubmitting). However, the current limitation that stateless workflows do not support a recurrence trigger restricts us from optimising by scaling down from stateful to stateless.
Adding recurring trigger support for stateless workflows would increase flexibility and enable a broader range of use cases.
As mentioned in the official documentation: The recurrence trigger is currently unavailable for Standard logic app stateless workflows.
Proposed Improvement: Introduce recurrence trigger support for stateless workflows, allowing invocation of stateful workflows when required.
Beta Was this translation helpful? Give feedback.
All reactions