rulvar API reference / @rulvar/rulvar / CompiledWorkflow
Interface: CompiledWorkflow
Defined in: packages/core/dist/index.d.ts
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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
errorPolicy | readonly | ErrorPolicy | packages/core/dist/index.d.ts |
kind | readonly | "compiled-workflow" | packages/core/dist/index.d.ts |
name | readonly | string | packages/core/dist/index.d.ts |
source | readonly | string | packages/core/dist/index.d.ts |