class documentation
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.
Constant | ABANDON |
Abandon the handler. |
Constant | WARN |
Issue a warning in addition to abandoning. |