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
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] | [optional] |