unclean SPARC
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"entities": [
|
||||
{
|
||||
"title": "",
|
||||
"subtitle": "Creation",
|
||||
"severity": "secondary",
|
||||
"badge": null,
|
||||
"data": {
|
||||
"id": "start"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"subtitle": "Content",
|
||||
"severity": "secondary",
|
||||
"badge": null,
|
||||
"data": {
|
||||
"id": "template"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"subtitle": "Recipients",
|
||||
"severity": "secondary",
|
||||
"badge": null,
|
||||
"data": {
|
||||
"id": "recipients"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"subtitle": "Data Mapping",
|
||||
"severity": "secondary",
|
||||
"badge": null,
|
||||
"data": {
|
||||
"id": "mappings"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"subtitle": "Review",
|
||||
"severity": "secondary",
|
||||
"badge": null,
|
||||
"data": {
|
||||
"id": "approval"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"subtitle": "Expedition",
|
||||
"severity": "secondary",
|
||||
"badge": null,
|
||||
"data": {
|
||||
"id": "schedule"
|
||||
}
|
||||
}
|
||||
],
|
||||
"relations": [
|
||||
{ "source": "start", "target": "template" },
|
||||
{ "source": "start", "target": "recipients" },
|
||||
{ "source": "template", "target": "mappings" },
|
||||
{ "source": "recipients", "target": "mappings" },
|
||||
{ "source": "mappings", "target": "approval" },
|
||||
{ "source": "approval", "target": "schedule" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user