Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
[
{
"label": "",
"rows": [
[
{
"name": "name"
},
{
"name": "status"
}
],
[
false,
{
"name": "parentProcess"
}
],
[
{
"name": "flowchart"
},
{
"name": "endedAt"
}
],
[
{
"name": "target"
},
{
"name": "targetType"
}
],
[
{
"name": "startElementId"
},
false
],
[
{
"name": "description",
"fullWidth": true
}
]
]
},
{
"label": "",
"rows": [
[
{
"name": "flowchartVisualization",
"fullWidth": true,
"customLabel": "",
"noLabel": true
}
]
]
}
]

View File

@@ -0,0 +1,49 @@
[
{
"label": "",
"rows": [
[
{
"name": "name",
"fullWidth": true
}
],
[
{
"name": "status",
"fullWidth": true
}
],
[
{
"name": "targetType",
"fullWidth": true
}
],
[
{
"name": "flowchart",
"fullWidth": true
}
],
[
{
"name": "target",
"fullWidth": true
}
],
[
{
"name": "startElementId",
"fullWidth": true
}
],
[
{
"name": "description",
"fullWidth": true
}
]
]
}
]

View File

@@ -0,0 +1,9 @@
[
"status",
"target",
"flowchart",
"createdAt",
"endedAt",
"assignedUser",
"teams"
]

View File

@@ -0,0 +1,23 @@
[
{
"name": "name",
"link": true
},
{
"name": "status",
"width": 12
},
{
"name": "targetType",
"width": 15
},
{
"name": "target",
"width": 22
},
{
"name": "createdAt",
"width": 12,
"align": "right"
}
]

View File

@@ -0,0 +1,14 @@
[
{
"name": "name",
"link": true
},
{
"name": "status",
"width": 20
},
{
"name": "target",
"width": 30
}
]

View File

@@ -0,0 +1,3 @@
[
"flowNodes"
]