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

66 lines
2.4 KiB
JSON

{
"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" }
]
}