Package: @effect/workflow
Module: Workflow
If you set this annotation to true for a workflow, it will suspend if it
encounters any kind of error.
You can then manually resume the workflow later with
Workflow.resume(executionId).
Signature
declare class SuspendOnFailure
Since v1.0.0