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

2
bpmn/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
folder_structure.json
environments.json

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

View File

@@ -0,0 +1,15 @@
{
"isDeployed": false,
"isInstanceLockNeeded": false,
"isLockRequired": true,
"isSharedProcess": false,
"parentProcess": {
"parent": "src",
"path": "\\Get Started_0bc85052-949c-49bc-aaf5-a9f283d5aebc"
},
"processId": "0bc85052-949c-49bc-aaf5-a9f283d5aebc",
"processName": "Get Started",
"processVariableFields": [],
"processVersion": 1,
"scripts": []
}

View File

@@ -0,0 +1,112 @@
{
"nodes": [
{
"data": {
"nodeAdditionalInfo": {},
"nodeId": "44dde623-e9ac-4850-b6da-b1a25adf150d",
"nodeName": "New Node",
"nodeType": "Start"
},
"dragging": false,
"id": "Start_44dde623-e9ac-4850-b6da-b1a25adf150d",
"measured": {
"height": 62,
"width": 256
},
"position": {
"x": 12,
"y": 22
},
"selected": false,
"type": "Start"
},
{
"data": {
"nodeAdditionalInfo": {},
"nodeId": "522762b7-eb96-4a72-8432-2d277ac335d9",
"nodeName": "Task 1",
"nodeType": "Task"
},
"dragging": false,
"id": "Task_522762b7-eb96-4a72-8432-2d277ac335d9",
"measured": {
"height": 114,
"width": 384
},
"position": {
"x": 568,
"y": 22
},
"selected": false,
"type": "Task"
}
],
"edges": [
{
"animated": true,
"data": {
"edgeAdditionalInfo": {
"actionDefinition": {
"actionValidationScriptId": "",
"messageBinding": "Init",
"transitionActionScriptId": ""
},
"isJobActive": false,
"linkId": "abe7d65d-da6c-4c6b-a461-d0b089371972",
"linkName": "Init",
"processJob": {},
"sourceNodeId": "44dde623-e9ac-4850-b6da-b1a25adf150d",
"targetNodeId": "522762b7-eb96-4a72-8432-2d277ac335d9"
},
"edgeColor": "40",
"edgeTransitionCategory": 2,
"height": 185
},
"deleteAble": true,
"id": "abe7d65d-da6c-4c6b-a461-d0b089371972",
"label": "Init",
"markerEnd": {
"type": "arrowclosed"
},
"selected": false,
"source": "Start_44dde623-e9ac-4850-b6da-b1a25adf150d",
"sourceHandle": null,
"target": "Task_522762b7-eb96-4a72-8432-2d277ac335d9",
"targetHandle": null,
"type": "selfConnecting"
},
{
"animated": true,
"data": {
"edgeAdditionalInfo": {
"actionDefinition": {
"actionValidationScriptId": "",
"messageBinding": "Updated ${S1}",
"transitionActionScriptId": "55d0d46d-dd62-4b89-ae82-83d91ce8dd92"
},
"isJobActive": false,
"linkId": "9abe1291-e692-4e9d-be2b-aeec2008bea2",
"linkName": "Update",
"processJob": {},
"sourceNodeId": "522762b7-eb96-4a72-8432-2d277ac335d9",
"targetNodeId": "522762b7-eb96-4a72-8432-2d277ac335d9"
},
"edgeColor": "205",
"edgeTransitionCategory": 2,
"height": 185
},
"deleteAble": true,
"id": "9abe1291-e692-4e9d-be2b-aeec2008bea2",
"label": "Update",
"markerEnd": {
"type": "arrowclosed"
},
"selected": true,
"source": "Task_522762b7-eb96-4a72-8432-2d277ac335d9",
"sourceHandle": null,
"target": "Task_522762b7-eb96-4a72-8432-2d277ac335d9",
"targetHandle": null,
"type": "selfConnecting"
}
]
}

View File

@@ -0,0 +1,20 @@
[
{
"scriptId": "6d072328-0013-4e29-90ae-f70bd2782ac9",
"scriptName": "S1",
"scriptType": "Message Variable",
"scriptLanguage": "JavaScript"
},
{
"scriptId": "55d0d46d-dd62-4b89-ae82-83d91ce8dd92",
"scriptName": "S2",
"scriptType": "Transition Action - Before Transaction",
"scriptLanguage": "JavaScript"
},
{
"scriptId": "670fa1c6-26ab-4623-bbea-0ea91ce1541e",
"scriptName": "S3",
"scriptType": "Form Data Post Processing",
"scriptLanguage": "JavaScript"
}
]