WorkflowSchema
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | str | ||
| name | str | ||
| description | str | ||
| is_active | bool | ||
| workspace_uuid | str | ||
| visibility | str | ||
| created_at | datetime | ||
| updated_at | datetime | ||
| created_by | str | ||
| updated_by | str | ||
| metadata | Dict[str, object] | ||
| nodes | List[WorkflowNodeSchema] | [optional] | |
| connections | List[WorkflowConnectionSchema] | [optional] |