nx_wflow.nx
buildroot/runtime/nx_wflow.nx
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
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
structs
| none |
consts
| none |
functions
| 14 | func wu() -> i64 called by 1: main |
| 27 | func main(argc: i64, argv: *i64) -> i64 |