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

# WorkflowNodeCreateSchema

# WorkflowNodeCreateSchema

## Properties

| Name              | Type                   | Description | Notes                           |
| ----------------- | ---------------------- | ----------- | ------------------------------- |
| **name**          | **str**                |             |                                 |
| **node\_type**    | **str**                |             |                                 |
| **node\_subtype** | **str**                |             | \[optional] \[default to '']    |
| **trigger\_type** | **str**                |             | \[optional]                     |
| **parameters**    | **Dict\[str, object]** |             | \[optional]                     |
| **position\_x**   | **float**              |             | \[optional] \[default to 0]     |
| **position\_y**   | **float**              |             | \[optional] \[default to 0]     |
| **notes**         | **str**                |             | \[optional] \[default to '']    |
| **is\_disabled**  | **bool**               |             | \[optional] \[default to False] |
| **metadata**      | **Dict\[str, object]** |             | \[optional]                     |


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