64 lines
2.2 KiB
JSON
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" }
|
|
]
|
|
} |