Documentation

HandlerUnfinishedPolicy
in package

Actions taken if a workflow terminates with running handlers.

Policy defining actions taken when a workflow exits while update or signal handlers are running. The workflow exit may be due to successful return, failure, cancellation, or continue-as-new.

Table of Contents

Cases

Abandon
Abandon the handler.
WarnAndAbandon
Issue a warning in addition to abandoning.

Cases

Abandon

Abandon the handler.

In the case of an update handler, this means that the client will receive an error rather than the update result.


        
On this page

Search results