effect-io-ai

Package: @effect/workflow
Module: Workflow

Workflow.scope

Accesses the workflow scope.

The workflow scope is only closed when the workflow execution fully completes.

Signature

declare const scope: Effect.Effect<Scope.Scope, never, WorkflowInstance>

Source

Since v1.0.0