Expand description
A3S Flow-backed dynamic workflow runtime.
DynamicWorkflowRuntime lets hosts run a sandboxed PTC script as an A3S
Flow runtime. Flow owns durable replay and step lifecycle; A3S Code’s
existing program tool remains the sandbox and tool-call boundary.
Structs§
- Cross
Process Flow Event Store - Cross-process serialized adapter for a local Flow event journal.
- Dynamic
Workflow Admission Stats - Point-in-time admission counters for one dynamic workflow runtime.
- Dynamic
Workflow Control - A host-owned control handle for one dynamic workflow run.
- Dynamic
Workflow Control Diagnostics - Host-facing aggregate view over dynamic-workflow claim counters and the optional agent-wide scheduler. It is a read-only composition of local metrics; it does not introduce a second workflow or event authority.
- Dynamic
Workflow Control Snapshot - Bounded, host-facing projection of one dynamic workflow continuation.
- Dynamic
Workflow Health Snapshot - Bounded cumulative worker-claim diagnostics for one dynamic-workflow tool instance. The counters retain no run ids, labels, source, input, output, or owner tokens; the durable Flow ledger remains the authority for the per-run attempt number and lease state.
- Dynamic
Workflow Runtime - Runs A3S Flow workflow and step invocations through a sandboxed PTC script.
- Dynamic
Workflow Script Limits - Limits forwarded to the underlying PTC
programtool. - Dynamic
Workflow Tool - Model-visible tool that executes a dynamic workflow through A3S Flow.
Constants§
- DYNAMIC_
WORKFLOW_ RUNTIME_ BUILD_ ID - Runtime build used to pin newly-created dynamic workflow runs.
- DYNAMIC_
WORKFLOW_ STORE_ RELATIVE_ PATH - Project-relative directory used for durable dynamic workflow history.
Functions§
- dynamic_
workflow_ claim_ identity - Derive the stable, digest-only claim identity for one dynamic workflow.
- dynamic_
workflow_ continuation_ identity - Reconstruct the immutable identity of a dynamic workflow continuation.
- dynamic_
workflow_ execution_ plan - Project the complete durable Flow history into Code’s canonical plan model.
- dynamic_
workflow_ step_ identity - Derive the stable identity for one dynamic Flow step admission.
- dynamic_
workflow_ store_ path - Resolve the durable dynamic workflow history directory for a local workspace.
- recover_
dynamic_ workflow_ step_ output - Recover one completed step output from the exact durable workflow run.
- register_
dynamic_ workflow - register_
dynamic_ workflow_ with_ event_ store - Register a dynamic workflow Tool against a host-owned Flow event store.
- register_
dynamic_ workflow_ with_ scheduler - Register a dynamic workflow tool with an explicit scheduler policy.