> ## 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.

# WorkflowNodeSchema

# WorkflowNodeSchema

## Properties

| Name               | Type                   | Description | Notes |
| ------------------ | ---------------------- | ----------- | ----- |
| **uuid**           | **str**                |             |       |
| **workflow\_uuid** | **str**                |             |       |
| **name**           | **str**                |             |       |
| **node\_type**     | **str**                |             |       |
| **node\_subtype**  | **str**                |             |       |
| **trigger\_type**  | **str**                |             |       |
| **parameters**     | **Dict\[str, object]** |             |       |
| **position\_x**    | **float**              |             |       |
| **position\_y**    | **float**              |             |       |
| **notes**          | **str**                |             |       |
| **is\_disabled**   | **bool**               |             |       |
| **created\_at**    | **datetime**           |             |       |
| **updated\_at**    | **datetime**           |             |       |
| **metadata**       | **Dict\[str, object]** |             |       |


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