67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"tblname": "hermes_tasks",
|
|
"alias": "hermes_tasks_workflow",
|
|
"title": "Workflow Tasks",
|
|
"params": {
|
|
"sortby": [
|
|
"order_index"
|
|
],
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"id",
|
|
"user_id",
|
|
"workflow_id",
|
|
"updated_at"
|
|
],
|
|
"alters": {
|
|
"task_type": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{
|
|
"value": "skill",
|
|
"text": "Skill Execution"
|
|
},
|
|
{
|
|
"value": "tool",
|
|
"text": "Tool Execution"
|
|
},
|
|
{
|
|
"value": "memory",
|
|
"text": "Memory Operation"
|
|
},
|
|
{
|
|
"value": "session_search",
|
|
"text": "Session Search"
|
|
},
|
|
{
|
|
"value": "custom",
|
|
"text": "Custom Script"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"user_id",
|
|
"workflow_id",
|
|
"created_at",
|
|
"updated_at"
|
|
],
|
|
"subtables": [
|
|
{
|
|
"field": "id",
|
|
"title": "Task Executions",
|
|
"url": "{{entire_url('hermes_executions_task')}}",
|
|
"subtable": "hermes_executions"
|
|
}
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/hermes_tasks_workflow_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/hermes_tasks_workflow_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/hermes_tasks_workflow_delete.dspy')}}"
|
|
}
|
|
}
|
|
} |