You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: