34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"tblname": "hermes_tasks",
|
|
"alias": "hermes_tasks_workflow",
|
|
"title": "Workflow Tasks",
|
|
"params": {
|
|
"sortby": ["order_index"],
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"exclouded": ["id", "user_id", "workflow_id", "updated_at"],
|
|
"alters": {
|
|
"task_type": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "skill", "text": "Skill Execution"},
|
|
{"value": "tool", "text": "Tool Execution"},
|
|
{"value": "memory", "text": "Memory Operation"},
|
|
{"value": "session_search", "text": "Session Search"},
|
|
{"value": "custom", "text": "Custom Script"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id", "workflow_id", "created_at", "updated_at"],
|
|
"subtables": [
|
|
{
|
|
"field": "id",
|
|
"title": "Task Executions",
|
|
"url": "{{entire_url(hermes_executions_task)}}",
|
|
"subtable": "hermes_executions"
|
|
}
|
|
]
|
|
}
|
|
} |