44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"tblname": "workflows",
|
|
"title": "Workflow Management",
|
|
"params": {
|
|
"sortby": ["created_at desc"],
|
|
"logined_userorgid": "user_id",
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"exclouded": ["id", "user_id", "retry_policy"],
|
|
"alters": {
|
|
"workflow_type": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "sequential", "text": "Sequential"},
|
|
{"value": "parallel", "text": "Parallel"},
|
|
{"value": "hybrid", "text": "Hybrid"}
|
|
]
|
|
},
|
|
"enabled": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "Y", "text": "Enabled"},
|
|
{"value": "N", "text": "Disabled"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id", "created_at", "updated_at"],
|
|
"subtables": [
|
|
{
|
|
"field": "id",
|
|
"title": "Tasks",
|
|
"url": "{{entire_url('tasks_by_workflow')}}",
|
|
"subtable": "tasks"
|
|
},
|
|
{
|
|
"field": "id",
|
|
"title": "Executions",
|
|
"url": "{{entire_url('executions_by_workflow')}}",
|
|
"subtable": "executions"
|
|
}
|
|
]
|
|
}
|
|
} |