pub fn router<S>() -> Router<EngineState<S>>where
S: WorkflowStore + Clone + 'static,Expand description
Build the engine-core admin router. Bound to EngineState<S> so
handlers can pluck the workflow store, the parsed config, and the
admin keys list off the parent state.