start_root

Macro start_root 

Source
macro_rules! start_root {
    () => { ... };
}
Expand description

Configure lifecycle hooks for the root orchestrator canister.

This macro behaves like start!, but delegates to root-specific bootstrap logic.

IMPORTANT:

  • The macro does NOT perform root orchestration
  • The macro does NOT import WASMs
  • The macro does NOT create canisters
  • The macro may schedule async hooks via timers, but must never await them

All root-specific behavior lives in workflow::bootstrap.