code wiki / (root) / nx_wflow.nx

nx_wflow.nx

buildroot/runtime/nx_wflow.nx

5477 B104 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tooltopic wflow
docsdependenciesstructsconstsfunctions

about

nx_wflow.nx -- the PRODUCTION CLI over the pure-core workflow engine (nx_wflow_engine.nx). This is how the ecosystem drives workflows: definitions live as DATA FILES (flows: `flowid|event-kind|cond`, steps: `flowid|idx|action|channel|arg|max-attempts`), the run ledger is append-only event-sourced, connectors come from the GREEN fail-closed catalog. The tickless scheduler / dispatcher / vizsla can fork this elf. Commands: fire <flows> <steps> <ledger> <catalog|-> <event> event = kind~k=v~...~id=EN resume <flows> <steps> <ledger> <catalog|-> complete every in-flight run decide <ledger> <rid> <step> <APPROVED|DENIED> <who> unblock or fail a parked approval board <ledger> console run board (ledger replay) html <ledger> <out.html> 0-JS run board page Argless = usage (exit 0 so the build lane passes). license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_wflow_engine.nx nx_wflow.nx

imports: nx_wflow_engine.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main wu wf_fire_files wf_cx_files wf_lines_load wf_readall p sys_write slen p ↻ wf_load_flows pipe_field p ↻ wf_load pipe_field ↻ wf_atoi p ↻ wf_action_ok seq seq ↻ sr_valid seq ↻ wf_defs_version wf_readall ↻ wf_has_rng slen ↻ wf_num_after slen ↻ wf_fire wf_evid slen ↻ p ↻ wf_readall ↻ wf_match pipe_field ↻ seq ↻ wf_has slen ↻ pipe_field ↻ wf_cat

structs

none

consts

none

functions

14func wu() -> i64
called by 1: main
27func main(argc: i64, argv: *i64) -> i64