An Azure service that provides a general-purpose, serverless container platform.
Hi @Jorge Galrito ,
Thanks for reaching out to Microsoft Q&A.
This sounds like a platform/runtime scheduling problem where Dapr Workflow schedules are being accepted, but the Scheduler never successfully dispatches the start job to the sidecar, leaving all workflows stuck in runtimeStatus: PENDING.
- For Azure Container Apps Jobs, there are known platform behaviors where automated triggering can break after certain lifecycle actions (ex: suspend/resume), and the provided workaround in that context is to delete and recreate the job (with event-driven scaling metadata refreshed).
- For monitoring, use Azure Monitor / Log Analytics (e.g.,
ContainerAppConsoleLogs_CL) to verify actual execution/log activity when portal/UI history may be incomplete or desynchronized.
But again: these do not map cleanly to Managed Dapr Workflows.
Try below:
- Stop reusing deterministic workflow instance IDs.
- Generate a unique ID per workflow execution (for example, append a GUID).
- Upgrade ACA Dapr runtime to a version containing the Scheduler retention-reminder fix (1.17.8-class fix, with the
dapr-callee-app-idregression resolved). - Reduce workflow retention and periodically purge completed workflows.
If the issue still persists, please provide the requested details over private message to investigate the issue further, we will check and provide further information.
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.