Structs§
- Host
Executor Prepare Result - The result of preparing a host-executor call: parsed input, canonical
(effect) input, and provider metadata. The runtime writes the canonical
input to
effect-input.json, emitseffectAttempted, and then passes the parsed input toexecute_host_executor. - Recovery
Result - Result of a recovery attempt during run_loop’s pre-tick recovery phase.
- RunLoop
Result - RunTick
Result - Workflow
Dispatch Run - Workflow
Dispatch Session - Workflow
Runtime Context
Enums§
Traits§
Functions§
- complete_
node_ failed - complete_
node_ succeeded - complete_
run_ failed - complete_
run_ succeeded - derive_
workflow_ idempotency_ key - Derive a deterministic idempotency key for a workflow host-executor attempt.
- dispatch_
gate - dispatch_
work - finish_
loop - finish_
loop_ iteration - get_
host_ executor_ provider_ meta - Return (provider, idempotency_ttl_ms) metadata for a known host executor.
- run_
loop - run_
tick - start_
loop - start_
loop_ iteration