Skip to content

Commit 36bbb02

Browse files
sophiatevlilyjma
andauthored
Update articles/azure-functions/durable/durable-functions-eternal-orchestrations.md
Co-authored-by: lilyjma <[email protected]>
1 parent faf8b36 commit 36bbb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/durable/durable-functions-eternal-orchestrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When *continue-as-new* is called, the orchestration instance restarts itself wit
2626
> [!NOTE]
2727
> The Durable Task Framework maintains the same instance ID but internally creates a new *execution ID* for the orchestrator function that gets reset by *continue-as-new*. This execution ID is not exposed externally, but it may be useful to know about when debugging orchestration execution.
2828
29-
> [!NOTE]
29+
> [!IMPORTANT]
3030
> If during execution the orchestration encounters an uncaught exception, then the orchestration enters a "failed" state and execution will complete. In particular, this means that a call to *continue-as-new*, even in a `finally` block, will *not* restart the orchestration in the case of an uncaught exception.
3131
3232
## Periodic work example

0 commit comments

Comments
 (0)