26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"tblname": "executions",
|
|
"title": "Execution Monitoring",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"logined_userorgid": "user_id",
|
|
"confidential_fields": ["input_parameters", "output_results"],
|
|
"browserfields": {
|
|
"exclouded": ["id", "user_id", "workflow_id", "parent_execution_id", "input_parameters", "output_results"],
|
|
"alters": {
|
|
"status": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "pending", "text": "Pending"},
|
|
{"value": "running", "text": "Running"},
|
|
{"value": "completed", "text": "Completed"},
|
|
{"value": "failed", "text": "Failed"},
|
|
{"value": "cancelled", "text": "Cancelled"},
|
|
{"value": "timeout", "text": "Timeout"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id", "workflow_id", "parent_execution_id", "created_at", "updated_at"]
|
|
}
|
|
} |