Skip to content

Commit a370713

Browse files
Merge pull request #270482 from RyanHill-MSFT/issues/121039-publishEventTypes
(Azure ACES-Core) update functions-host-json-durabletask
2 parents 2bf9661 + 162acef commit a370713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-host-json-durabletask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Configuration settings for [Durable Functions](../articles/azure-functions/durab
4848
"publishRetryInterval": "00:00:30",
4949
"publishEventTypes": [
5050
"Started",
51-
"Pending",
51+
"Completed",
5252
"Failed",
5353
"Terminated"
5454
]

0 commit comments

Comments
 (0)