harnessed_agent/json/hermes_executions_crud.json
2026-05-04 10:09:04 +08:00

26 lines
1019 B
JSON

{
"tblname": "hermes_executions",
"title": "Execution Monitoring",
"params": {
"sortby": ["created_at desc"],
"logined_userid": "user_id",
"confidential_fields": ["result_json", "error_message"],
"browserfields": {
"exclouded": ["id", "user_id", "workflow_id", "task_id", "result_json", "error_message", "created_at", "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"]
}
}