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