63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"tblname": "hermes_executions",
|
|
"alias": "executions_by_workflow",
|
|
"title": "Workflow Executions",
|
|
"params": {
|
|
"sortby": [
|
|
"created_at desc"
|
|
],
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": [
|
|
"result_json",
|
|
"error_message"
|
|
],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id",
|
|
"user_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",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/executions_by_workflow_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/executions_by_workflow_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/executions_by_workflow_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |