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

# WorkflowSchema

# WorkflowSchema

Workflow schema.

## Properties

| Name                | Type                                                                | Description | Notes       |
| ------------------- | ------------------------------------------------------------------- | ----------- | ----------- |
| **uuid**            | **str**                                                             |             |             |
| **name**            | **str**                                                             |             |             |
| **description**     | **str**                                                             |             |             |
| **is\_active**      | **bool**                                                            |             |             |
| **workspace\_uuid** | **str**                                                             |             |             |
| **visibility**      | **str**                                                             |             |             |
| **created\_at**     | **datetime**                                                        |             |             |
| **updated\_at**     | **datetime**                                                        |             |             |
| **created\_by**     | **str**                                                             |             | \[optional] |
| **updated\_by**     | **str**                                                             |             | \[optional] |
| **metadata**        | **Dict\[str, object]**                                              |             |             |
| **nodes**           | [**List\[WorkflowNodeSchema\]**](WorkflowNodeSchema.md)             |             | \[optional] |
| **connections**     | [**List\[WorkflowConnectionSchema\]**](WorkflowConnectionSchema.md) |             | \[optional] |


Built with [Mintlify](https://mintlify.com).