# Workflows

> **📝 Note**
>
> An LLM-optimized bundle of this entire section is available at [`section.md`](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/section.md).
> This single file contains all pages in this section, optimized for AI coding agent context.

So far in our discussion of workflows, we have focused on top-level workflows decorated with `@union.workflow`.
These are, in fact, more accurately termed [standard workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/standard-workflows/page.md) to differentiate them from the other types of workflows that exist in Union.ai: [subworkflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/subworkflows-and-sub-launch-plans/page.md), [dynamic workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/dynamic-workflows/page.md), and [imperative workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/imperative-workflows/page.md).
In this section, we will delve deeper into the fundamentals of all of these workflow types, including their syntax, structure, and behavior.

## Subpages

- [Standard workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/standard-workflows/page.md)
  - Evaluation of a standard workflow
  - Conditional construct
  - Chaining operator
  - Workflow decorator parameters
- [Subworkflows and sub-launch plans](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/subworkflows-and-sub-launch-plans/page.md)
  - When to use subworkflows
  - When to use sub-launch plans
- [Dynamic workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/dynamic-workflows/page.md)
  - Defining a dynamic workflow
  - Advantages of dynamic workflows
  - Flexibility
  - Lower pressure on `etcd`
  - Dynamic workflows vs. map tasks
  - Using dynamic workflows to achieve recursion
- [Imperative workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/imperative-workflows/page.md)
  - Example
- [Launching workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/launching-workflows/page.md)
- [Viewing workflows](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/viewing-workflows/page.md)
  - Workflows list
  - Workflow view
  - Workflow versions list
  - Workflow and task descriptions
- [Viewing workflow executions](https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/viewing-workflow-executions/page.md)
  - Domain Settings
  - All Executions in the Project
  - Execution view
  - Nodes
  - Graph
  - Timeline

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/user-guide/core-concepts/workflows/_index.md
**HTML**: https://www.union.ai/docs/v1/union/user-guide/core-concepts/workflows/
