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

# WorkflowNodeExecutionSchema

# WorkflowNodeExecutionSchema

## Properties

| Name                    | Type                   | Description | Notes |
| ----------------------- | ---------------------- | ----------- | ----- |
| **uuid**                | **str**                |             |       |
| **execution\_uuid**     | **str**                |             |       |
| **node\_uuid**          | **str**                |             |       |
| **status**              | **str**                |             |       |
| **input\_data**         | **List\[object]**      |             |       |
| **output\_data**        | **List\[object]**      |             |       |
| **started\_at**         | **datetime**           |             |       |
| **finished\_at**        | **datetime**           |             |       |
| **error\_message**      | **str**                |             |       |
| **execution\_time\_ms** | **int**                |             |       |
| **metadata**            | **Dict\[str, object]** |             |       |


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