unclean SPARC
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user