Skip to content

docs: add task dependencies guide - #12

Open
cody414 wants to merge 1 commit into
Publikey:mainfrom
cody414:feat/task-dependencies-docs
Open

cody414 wants to merge 1 commit into
Publikey:mainfrom
cody414:feat/task-dependencies-docs

Conversation

@cody414

@cody414 cody414 commented Mar 13, 2026

Copy link
Copy Markdown

Summary

Documentation for the task dependencies feature (companion to Publikey/runqy#45).

Changes

  • New guide: docs/guides/task-dependencies.md — comprehensive reference covering:

    • API reference for all three endpoints with request/response examples
    • Workflow patterns (chain, fan-out, fan-in, diamond) with curl examples
    • Batch submission with _ref for workflow orchestration
    • Parent result injection
    • Failure handling (cascade vs ignore)
    • Python SDK examples
    • Best practices and limitations
  • Updated: docs/server/api.md — added depends_on, on_parent_failure, inject_parent_results fields to POST /queue/add and batch _ref / depends_on_ref docs to POST /queue/add-batch

  • Updated: mkdocs.yml — added Task Dependencies to nav and llmstxt sections

Companion implementation PR: Publikey/runqy#45

- New guide: guides/task-dependencies.md (full reference with API, workflow patterns, Python SDK examples)
- Updated API reference with depends_on, on_parent_failure, inject_parent_results fields
- Added batch _ref/depends_on_ref documentation
- Updated mkdocs.yml nav and llmstxt sections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant