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

# WorkflowExecutionSchema

# WorkflowExecutionSchema

## Properties

| Name                 | Type                                                                                       | Description | Notes       |
| -------------------- | ------------------------------------------------------------------------------------------ | ----------- | ----------- |
| **uuid**             | **str**                                                                                    |             |             |
| **workflow\_uuid**   | **str**                                                                                    |             |             |
| **status**           | **str**                                                                                    |             |             |
| **triggered\_by**    | **str**                                                                                    |             |             |
| **trigger\_data**    | **Dict\[str, object]**                                                                     |             |             |
| **started\_at**      | **datetime**                                                                               |             |             |
| **finished\_at**     | **datetime**                                                                               |             |             |
| **error\_message**   | **str**                                                                                    |             |             |
| **metadata**         | **Dict\[str, object]**                                                                     |             |             |
| **node\_executions** | [**List\[WorkflowNodeExecutionSchema\]**](/api-reference/rest/WorkflowNodeExecutionSchema) |             | \[optional] |
