# oridecon-workflow > Workflow orchestration — pipelines, bulk ops, sagas, graph engine. Machine index for **oridecon-workflow** only. Rules: https://oridecon.dev/agents.md · Catalog: https://oridecon.dev/llms.txt · Slices: https://oridecon.dev/llms/index.txt · Skill: https://oridecon.dev/SKILL.md ## Package - Name: `oridecon-workflow` - Group: Infrastructure — Tasks, workflows, tenancy, resilience, vectors. - Docs: https://oridecon.dev/packages/infra/oridecon-workflow/ - Source (branch `dev`): https://github.com/dbtinoy-/oridecon/tree/dev/packages/oridecon-workflow - This slice: https://oridecon.dev/llms/oridecon-workflow.txt - Install: `uv add oridecon-workflow` ## Boundaries - Extensions import only `oridecon` and `oridecon-contracts` — never each other. - Shared types live in `oridecon-contracts`. Do not invent a second copy here. - Constructor injection. `register()` binds, `boot()` resolves. - Domain failures are `Result[T, E]`. Infrastructure failures raise. - One tree: `domains/` (not `models/`), app-root `di/` for `*_provider.py`. ## Docs in this package - [Workflow (oridecon-workflow)](https://oridecon.dev/packages/infra/oridecon-workflow/) - [API Reference](https://oridecon.dev/packages/infra/oridecon-workflow/api/): Complete API reference for the oridecon-workflow package. - [Architecture](https://oridecon.dev/packages/infra/oridecon-workflow/docs/architecture/): Architecture for oridecon-workflow - [Configuration](https://oridecon.dev/packages/infra/oridecon-workflow/docs/configuration/): Configuration for oridecon-workflow - [Guide](https://oridecon.dev/packages/infra/oridecon-workflow/docs/guide/): Guide for oridecon-workflow - [How-To Guides](https://oridecon.dev/packages/infra/oridecon-workflow/docs/howtos/): How-To Guides for oridecon-workflow - [Database Migrations for oridecon-workflow](https://oridecon.dev/packages/infra/oridecon-workflow/docs/migration-reference/): Database Migrations for oridecon-workflow guide and reference for the oridecon-workflow package in the Oridecon framework. - [Quickstart](https://oridecon.dev/packages/infra/oridecon-workflow/docs/quickstart/): Quickstart for oridecon-workflow - [Saga Selection Guide](https://oridecon.dev/packages/infra/oridecon-workflow/docs/saga-selection/): Saga Selection Guide guide and reference for the oridecon-workflow package in the Oridecon framework. - [Sagas](https://oridecon.dev/packages/infra/oridecon-workflow/docs/sagas/): Sagas guide and reference for the oridecon-workflow package in the Oridecon framework. - [Troubleshooting](https://oridecon.dev/packages/infra/oridecon-workflow/docs/troubleshooting/): Troubleshooting for oridecon-workflow ## See also - Playbook: https://oridecon.dev/getting-started/for-coding-agents/ - Fail vs fix: https://oridecon.dev/getting-started/common-mistakes/ - Group hub: https://oridecon.dev/packages/infra/ - Skill: https://oridecon.dev/SKILL.md - Rules (do not skip): https://oridecon.dev/agents.md