first commit

This commit is contained in:
2026-06-10 12:25:52 +05:30
commit c3d6dc4fb8
133 changed files with 18388 additions and 0 deletions

22
bpmn/project.json Normal file
View File

@@ -0,0 +1,22 @@
{
"projectName": "it-asset-management",
"groups": [
{
"id": "08d401c6-f65e-42e7-b453-3f0f56eb49ef",
"name": "Basic Access Group",
"description": "Basic Access Group",
"active": true
}
],
"roles": [
{
"id": "c5ddc3c5-7a53-40a2-a852-fefe0ec656b7",
"name": "Basic Access",
"active": true,
"description": "Basic Access",
"groups": [
"08d401c6-f65e-42e7-b453-3f0f56eb49ef"
]
}
]
}