WorkflowSummary
Simplified workflow information for UI listing
idId (string)required
nameName (string)required
activeActive (boolean)required
is_chat_workflowIs Chat Workflow (boolean)
Default value:
falsenodes_countNodes Count (integer)
Default value:
0last_updated object
anyOf
- string
- null
string
tagsstring[]
Default value:
[]WorkflowSummary
{
"id": "string",
"name": "string",
"active": true,
"is_chat_workflow": false,
"nodes_count": 0,
"last_updated": "string",
"tags": [
"string"
]
}