Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

durable functions event publishing to Event Grid - runtime status confusion #124434

Open
He-Wolf opened this issue Sep 17, 2024 · 2 comments
Open

Comments

@He-Wolf
Copy link

He-Wolf commented Sep 17, 2024

The possible values of runtime status is lited here: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-event-publishing?tabs=csharp-script#event-schema

In the subject part, it is said that the runtime status can be: Running, Completed, Failed, and Terminated.
But in the data.runtimeStatus section it is said that runtime status can be: Running, Completed, Failed and Canceled.

My question is if we will get Terminated, Canceled or both of these values depending on the property?

@ManoharLakkoju-MSFT
Copy link
Contributor

@He-Wolf
Thanks for your feedback! We will investigate and update as appropriate.

@He-Wolf
Copy link
Author

He-Wolf commented Sep 18, 2024

I found another documentation page where the durable function runtime state values are a bit different: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management?tabs=javascript#query-instances

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants