Skip to main content

Module executor

Module executor 

Source
Expand description

Live execution handoff after replay is exhausted. LiveExecutor trait and resume-live handoff glue.

Enums§

HandoffOutcome
Outcome returned by resolve_or_execute_live for commands at the AD/AE seam.
LiveActivityOutcome
Live outcome produced by AE after running an activity for real.
LiveChildOutcome
Live outcome produced by AE after spawning and awaiting a child workflow for real.

Traits§

LiveExecutor
AE-provided live side-effect executor.

Functions§

resolve_or_execute_live
Resolves a command from history or hands it off to AE live execution and records the outcome.