Skip to main content
Complete runnable example (renders with bunx smthrs graph):

Notes

  • Item tasks default to continueOnFail={true}; use column.task to add retries or override.
  • useTickets is called at render time; return different items per iteration for dynamic sources.
  • Use until with ctx.outputMaybe() to exit when all items reach the final column.

Source

The <Kanban> implementation and the files it imports, straight from the package source. This section is generated; edit the source, not this block.