Skip to main content

Enumeration: HandlerUnfinishedPolicy

common.HandlerUnfinishedPolicy

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.

Enumeration Members

ABANDON

ABANDON = 2

Abandon the handler execution.

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


WARN_AND_ABANDON

WARN_AND_ABANDON = 1

Issue a warning in addition to abandoning the handler execution. The warning will not be issued if the workflow fails.