> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Process • Rust AI Agent SDK

> Process: Process type for workflow execution

# Process

> Defined in the [**workflows**](../modules/workflows) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Process type for workflow execution

## Fields

| Name           | Type      | Description                              |
| -------------- | --------- | ---------------------------------------- |
| `Execute`      | `variant` | -                                        |
| `agents`       | `variant` | -                                        |
| `sequentially` | `variant` | -                                        |
| `default`      | `variant` | Execute agents sequentially              |
| `Sequential`   | `variant` | Execute agents sequentially              |
| `Execute`      | `variant` | -                                        |
| `agents`       | `variant` | -                                        |
| `in`           | `variant` | -                                        |
| `parallel`     | `variant` | -                                        |
| `Parallel`     | `variant` | Execute agents in parallel               |
| `Use`          | `variant` | -                                        |
| `hierarchical` | `variant` | -                                        |
| `manager`      | `variant` | -                                        |
| `based`        | `variant` | -                                        |
| `execution`    | `variant` | -                                        |
| `Hierarchical` | `variant` | Use hierarchical manager-based execution |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/workflows/mod.rs">
  `praisonai/src/workflows/mod.rs` at line 0
</Card>
