harnessed_agent/json/hermes_executions_task_crud.json
2026-04-16 15:40:17 +08:00

26 lines
976 B
JSON

{
"tblname": "hermes_executions",
"alias": "hermes_executions_task",
"title": "Task Executions",
"params": {
"sortby": ["created_at desc"],
"logined_userid": "user_id",
"confidential_fields": [],
"browserfields": {
"exclouded": ["id", "user_id", "workflow_id", "task_id", "updated_at"],
"alters": {
"execution_status": {
"uitype": "code",
"data": [
{"value": "pending", "text": "Pending"},
{"value": "running", "text": "Running"},
{"value": "completed", "text": "Completed"},
{"value": "failed", "text": "Failed"},
{"value": "cancelled", "text": "Cancelled"}
]
}
}
},
"editexclouded": ["id", "user_id", "workflow_id", "task_id", "created_at", "updated_at"]
}
}