Package: @effect/workflow
Module: Workflow
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>
Since v1.0.0