context.cancel
is different — it allows you to explicitly cancel the current workflow run.
- It is labeled as canceled (not failed).
- The configured
failureFunction
is not triggered. - No entries are sent to the dead-letter queue (DLQ).
context.cancel
is different — it allows you to explicitly cancel the current workflow run.
failureFunction
is not triggered.