effect-io-ai

Package: @effect/workflow
Module: Workflow

Workflow.SuspendOnFailure

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

Source

Since v1.0.0