Initial commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
"status",
|
||||
"target",
|
||||
"flowchart",
|
||||
"createdAt",
|
||||
"endedAt",
|
||||
"assignedUser",
|
||||
"teams"
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "target",
|
||||
"width": 30
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"flowNodes"
|
||||
]
|
||||
Reference in New Issue
Block a user