Files
P42_UI/app/assets/json/workflows/wf-templates.json
T
2025-08-27 07:03:09 +00:00

64 lines
2.2 KiB
JSON

{
"entities": [
{
"title": "",
"subtitle": "Create",
"severity": "secondary",
"badge": null,
"data": {
"id": "start"
}
},
{
"title": "",
"subtitle": "Clone",
"severity": "secondary",
"badge": null,
"data": {
"id": "start"
}
},
{
"title": "",
"subtitle": "Edit",
"severity": "secondary",
"badge": null,
"data": {
"id": "edit"
}
},
{
"title": "",
"subtitle": "Submit",
"severity": "secondary",
"badge": null,
"data": {
"id": "submit"
}
},
{
"title": "",
"subtitle": "Approval",
"severity": "secondary",
"badge": null,
"data": {
"id": "approval"
}
},
{
"title": "",
"subtitle": "Reject",
"severity": "secondary",
"badge": null,
"data": {
"id": "reject"
}
}
],
"relations": [
{ "source": "start", "target": "edit" },
{ "source": "edit", "target": "submit" },
{ "source": "submit", "target": "reject" },
{ "source": "submit", "target": "approval" }
]
}