Event Grid not triggering "Terminated" events? #3221
Unanswered
antoniojps
asked this question in
Q&A
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.
-
I have setup an event grid webhook to listen to orchestration status changes.
I've noticed that the following status trigger the webhooks successfully:
My issues:
Terminated
never gets triggered.Failed
are inconsistent (sometimes they do, others times they don't).Running
is triggered multiple times (My guess is whenever sub-orchestrators start running or when it's pending)Notes:
a) My orchestrator triggers multiple sub-orchestrations.
b) I'm filtering the webhook trigger to only trigger when the function name includes the main orchestrator
data.functionName=X
How do I track this orchestrators run time status via webhooks?
Beta Was this translation helpful? Give feedback.
All reactions