Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / CompiledWorkflow

Interface: CompiledWorkflow

Defined in: packages/core/src/runner/inprocess.ts:18

Source-backed workflow admissible to the worker sandbox; produced by compileScript (M6). Declared now so the ScriptRunner seam is shaped once; feeding a closure to the sandbox stays impossible by types.

Properties

PropertyModifierTypeDefined in
errorPolicyreadonlyErrorPolicypackages/core/src/runner/inprocess.ts:22
kindreadonly"compiled-workflow"packages/core/src/runner/inprocess.ts:19
namereadonlystringpackages/core/src/runner/inprocess.ts:20
sourcereadonlystringpackages/core/src/runner/inprocess.ts:21