26 lines
976 B
JSON
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"]
|
|
}
|
|
} |