code wiki / (root) / nx_wflow.nx

nx_wflow.nx

buildroot/runtime/nx_wflow.nx

6729 B118 linesdepth 6pulls 10 transitivereach 0 importersview sourcekind orphan librarytopic 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_result.nx nx_wflow.nx

imports: nx_wflow_result.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

14func wu() -> i64
33func wu_failure(command:*u8,code:i64)->i64
41func main(argc: i64, argv: *i64) -> i64