Skip to content

Commit

Permalink
Ms2 file manager (#338)
Browse files Browse the repository at this point in the history
* initial configuration prisma

* add: basic CRUD for user & process

* adjusted schema

* itr 1 user fs --to--> user db

* squashed migrations

* delete workspace -> delete all related to workspace

* itr 1: environments.ts fs -> environments.ts db

* itr 1: membership.ts fs -> db

* changed user.guest -> user.isGuest

* update: organization -> isOrganization

* itr1: role , roleMapping fs -> db

* itr1: folder fs -> db

* schema update

* fix: folder not optional

* update: renamed attributed to follow convention

* itr1: process fs -> db

* remove: old migrations

* updated: added await at necessary locs

* model update: workspace -> space

* attribute name adjusted

* add async await at necess. pos

* adjusted auth to use db

* convert returned bigInt into numbers

* minor fixes

* schema adjustments

* add : contact num field

* prettier fix

* fix: build error

* fix: type errors

* migrated: systemAdmin func -> db

* fix: after merge errors

* add: filemanager for GCP bucket and fs

* add: JSDoc

* fix: build error

* fix: build error

* update: schema

* minor changes

* adjusted schema

* fix: added await to async fun

* fix: build error after merge

* turn off feature flag

* turn off flag

* remove unused

* fix: after merge build error

* impl: useFileManager hook

* .

* update: image upload func using useFileMangager hook

* delete: test page

* added save filepath in DB

* turn off feature flag

* make owner optional in Space Model to allow user guests

* added CRON job to schedule sweeper

* fix: build error after merge

* added redo event listener to modeler

* fix: build errors

* minor changes requested in review

* moved db related code to /data/db, using dynamic import with feat flag

* fix: build error

* added dtos and fixed type inference

* remove dynamic import from DTOs.ts

* useFM, for orgaLogo, process-doc page

* fix: build error

* fix: createVersion db erro

* fix: regression, added awaits, fixed roles

* addressed requested changes + schema adjusted + minor bug fixes

* remove migs

* minor improvements!

* fix: process.ts

* adjusted artefacts path

* adjusted UserTask impl to use filemanager

* added undo redo to user-tasks

* moved file-manger logic to own folder

* added db trigger sql

* clean up & build fix

* removed business obj, not needed

* fix Error: Looks like multiple versions of prosemirror-model were loaded

* Revert "fix Error: Looks like multiple versions of prosemirror-model were loaded"

This reverts commit 3bb7ae6.

* fix Error: Looks like multiple versions of prosemirror-model were loaded

* implemented artifact refs in version and copy

* fix bpmn export with image

* fix: option to override file category in case of file extension collision

* add yarn.lock

* remove debug event listeners from bpmn modeler

* moved file-manager api to private and addedd bearer token to sweeper

* moved the routes

* fix engine test, broke after changing version impl

* fix after merge

* combined useFM with react-query

* minor fix

* Adjust some more version usages

* reset deployment tests

* Some changes

* Fix legacy process versioning

* E2E: fix version regex

* Try without resolution

---------

Co-authored-by: Kai Rohwer <[email protected]>
  • Loading branch information
anishsapkota and OhKai authored Dec 3, 2024
1 parent 3016db8 commit 1749bd6
Show file tree
Hide file tree
Showing 104 changed files with 4,497 additions and 1,057 deletions.
2 changes: 1 addition & 1 deletion FeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ module.exports = {

//feature to switch to prisma from fs
enableUseDB: false,
//feature to use GCP_bucket / fs depending on deployment env to store blobs
enableUseFileManager: false,

// -----------------------------------------------------------------------------
// Chopping Block
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:proceed="https://docs.proceed-labs.org/BPMN" id="definitionId" name="basicStatic" targetNamespace="https://docs.proceed-labs.org/_32eda263-b76f-47ff-be8a-77b7410d7589" expressionLanguage="http://www.ecma-international.org/ecma-262/#sec-relational-operators" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.1.0" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" proceed:version="123">
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:proceed="https://docs.proceed-labs.org/BPMN" id="definitionId" name="basicStatic" targetNamespace="https://docs.proceed-labs.org/_32eda263-b76f-47ff-be8a-77b7410d7589" expressionLanguage="http://www.ecma-international.org/ecma-262/#sec-relational-operators" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.1.0" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" proceed:versionId="123">
<bpmn2:Process id="_e4e17633-a3f3-4262-ae54-ff548fefcdda" name="PROCEED Main Process" processType="Private" isExecutable="true" deploymentMethod="dynamic">
<bpmn2:startEvent id="StartEvent_1" proceed:machineId="machineId1">
<bpmn2:outgoing>SequenceFlow_0hqzz44</bpmn2:outgoing>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="https://docs.proceed-labs.org/BPMN" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_64552049-90bf-4f5b-96dd-e00747261755" name="With Image" targetNamespace="https://docs.proceed-labs.org/_64552049-90bf-4f5b-96dd-e00747261755#1671026484009" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="1.0.0" proceed:version="1671026484009" proceed:versionName="Version 1" proceed:versionDescription="Initial Version" proceed:versionBasedOn="1671024712832" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd">
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="https://docs.proceed-labs.org/BPMN" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_64552049-90bf-4f5b-96dd-e00747261755" name="With Image" targetNamespace="https://docs.proceed-labs.org/_64552049-90bf-4f5b-96dd-e00747261755#1671026484009" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="1.0.0" proceed:versionId="1671026484009" proceed:versionName="Version 1" proceed:versionDescription="Initial Version" proceed:versionBasedOn="1671024712832" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd">
<process id="Process_1j9yeom" name="PROCEED Main Process" processType="Private" isExecutable="true" deploymentMethod="dynamic">
<startEvent id="StartEvent_0k2upti">
<outgoing>Flow_1g4gvbf</outgoing>
Expand Down
14 changes: 7 additions & 7 deletions src/engine/e2e_tests/process/deployment/deployment.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ describe('Test deploying a process', () => {
// deploy and start process on machine 4
await deployProcess('parallelScriptTaskDynamicProcess', engineNames[0]);

let instanceId = await startInstance(definitionId, 123, engineNames[0]);
let instanceId = await startInstance(definitionId, '123', engineNames[0]);

// after starting the process, wait 5 seconds before requesting the state of the instance
await new Promise((resolve) => setTimeout(() => resolve(), 5000));
Expand Down Expand Up @@ -2528,8 +2528,8 @@ describe('Test deploying a process', () => {
{
type: 'MIGRATION',
time: expect.any(Number),
sourceVersion: 111,
targetVersion: 123,
sourceVersion: '111',
targetVersion: '123',
},
]);
});
Expand Down Expand Up @@ -2699,8 +2699,8 @@ describe('Test deploying a process', () => {
{
type: 'MIGRATION',
time: expect.any(Number),
sourceVersion: 111,
targetVersion: 456,
sourceVersion: '111',
targetVersion: '456',
},
{
type: 'TOKEN-MOVE',
Expand Down Expand Up @@ -2872,8 +2872,8 @@ describe('Test deploying a process', () => {
{
type: 'MIGRATION',
time: expect.any(Number),
sourceVersion: 111,
targetVersion: 456,
sourceVersion: '111',
targetVersion: '456',
},
{
type: 'TOKEN-MOVE',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="https://docs.proceed-labs.org/BPMN" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_aef1a356-0d84-4afc-a0f6-c978dea07d96" name="adaptiveProcess" targetNamespace="https://docs.proceed-labs.org/_aef1a356-0d84-4afc-a0f6-c978dea07d96" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="1.0.0" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:version="123">
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="https://docs.proceed-labs.org/BPMN" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_aef1a356-0d84-4afc-a0f6-c978dea07d96" name="adaptiveProcess" targetNamespace="https://docs.proceed-labs.org/_aef1a356-0d84-4afc-a0f6-c978dea07d96" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="1.0.0" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:versionId="123">
<process id="Process_1ouq4b7" name="PROCEED Main Process" processType="Private" isExecutable="true">
<startEvent id="StartEvent_07xjwc1">
<outgoing>Flow_0b9vgiw</outgoing>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:proceed="https://docs.proceed-labs.org/BPMN" id="_1b1d06f3-dbab-49bd-8989-47af615bd071" name="basicStaticProcess" targetNamespace="https://docs.proceed-labs.org/_1b1d06f3-dbab-49bd-8989-47af615bd071" expressionLanguage="http://www.ecma-international.org/ecma-262/#sec-relational-operators" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:version="123">
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:proceed="https://docs.proceed-labs.org/BPMN" id="_1b1d06f3-dbab-49bd-8989-47af615bd071" name="basicStaticProcess" targetNamespace="https://docs.proceed-labs.org/_1b1d06f3-dbab-49bd-8989-47af615bd071" expressionLanguage="http://www.ecma-international.org/ecma-262/#sec-relational-operators" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:versionId="123">
<process id="_84d10daf-496a-4f60-8ea7-352070c63a45" name="PROCEED Main Process" processType="Private" isExecutable="true" proceed:deploymentMethod="static">
<startEvent id="StartEvent_1" proceed:machineId="machineId1">
<outgoing>Flow_09gzsbw</outgoing>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="https://docs.proceed-labs.org/BPMN" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p07d96="https://docs.proceed-labs.org/_aef1a356-0d84-4afc-a0f6-c978dea07d96" id="_58ea5281-66c9-45a5-a477-a0dbcb62c87a" name="CallActivity" targetNamespace="https://docs.proceed-labs.org/_58ea5281-66c9-45a5-a477-a0dbcb62c87a" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="1.0.0" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:version="123">
<import importType="http://www.omg.org/spec/BPMN/20100524/MODEL" location="_aef1a356-0d84-4afc-a0f6-c978dea07d96" namespace="https://docs.proceed-labs.org/_aef1a356-0d84-4afc-a0f6-c978dea07d96" proceed:version="123" />
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="https://docs.proceed-labs.org/BPMN" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p07d96="https://docs.proceed-labs.org/_aef1a356-0d84-4afc-a0f6-c978dea07d96" id="_58ea5281-66c9-45a5-a477-a0dbcb62c87a" name="CallActivity" targetNamespace="https://docs.proceed-labs.org/_58ea5281-66c9-45a5-a477-a0dbcb62c87a" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="1.0.0" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="https://docs.proceed-labs.org/BPMN https://docs.proceed-labs.org/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:versionId="123">
<import importType="http://www.omg.org/spec/BPMN/20100524/MODEL" location="_aef1a356-0d84-4afc-a0f6-c978dea07d96" namespace="https://docs.proceed-labs.org/_aef1a356-0d84-4afc-a0f6-c978dea07d96" proceed:versionId="123" />
<process id="Process_0inmb3p" name="PROCEED Main Process" processType="Private" isExecutable="true" proceed:deploymentMethod="static">
<startEvent id="StartEvent_1tbhzra" proceed:machineId="machineId1">
<outgoing>Flow_0ad549t</outgoing>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="http://docs.snet.tu-berlin.de/proceed" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_0d5f722a-b5c7-4c98-8210-18570552d78f" name="deciderStopInstanceProcess" targetNamespace="http://docs.snet.tu-berlin.de/proceed/_0d5f722a-b5c7-4c98-8210-18570552d78f" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="http://docs.snet.tu-berlin.de/proceed http://docs.snet.tu-berlin.de/proceed/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:version="123">
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="http://docs.snet.tu-berlin.de/proceed" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_0d5f722a-b5c7-4c98-8210-18570552d78f" name="deciderStopInstanceProcess" targetNamespace="http://docs.snet.tu-berlin.de/proceed/_0d5f722a-b5c7-4c98-8210-18570552d78f" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="http://docs.snet.tu-berlin.de/proceed http://docs.snet.tu-berlin.de/proceed/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:versionId="123">
<process id="_12169e4f-dc6c-4b02-a268-9956d529ca22" name="PROCEED Main Process" processType="Private" isExecutable="true" proceed:deploymentMethod="dynamic">
<documentation />
<extensionElements>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="http://docs.snet.tu-berlin.de/proceed" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_c6b521de-5cf8-4224-8fbf-9d6e32e1e974" name="deciderStopTokenProcess" targetNamespace="http://docs.snet.tu-berlin.de/proceed/_c6b521de-5cf8-4224-8fbf-9d6e32e1e974" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="http://docs.snet.tu-berlin.de/proceed http://docs.snet.tu-berlin.de/proceed/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:version="123">
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:proceed="http://docs.snet.tu-berlin.de/proceed" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="_c6b521de-5cf8-4224-8fbf-9d6e32e1e974" name="deciderStopTokenProcess" targetNamespace="http://docs.snet.tu-berlin.de/proceed/_c6b521de-5cf8-4224-8fbf-9d6e32e1e974" expressionLanguage="https://ecma-international.org/ecma-262/8.0/" typeLanguage="https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf" exporter="PROCEED Management System" exporterVersion="0.0.1" proceed:creatorEnvironmentId="" proceed:creatorEnvironmentName="" xsi:schemaLocation="http://docs.snet.tu-berlin.de/proceed http://docs.snet.tu-berlin.de/proceed/xsd/XSD-PROCEED.xsd http://www.omg.org/spec/BPMN/20100524/MODEL https://www.omg.org/spec/BPMN/20100501/BPMN20.xsd" proceed:versionId="123">
<process id="_5156a25c-0fe2-42b1-8ccd-b8cf82cc56c1" name="PROCEED Main Process" processType="Private" isExecutable="true" proceed:deploymentMethod="dynamic">
<documentation />
<startEvent id="StartEvent_1">
Expand Down
Loading

0 comments on commit 1749bd6

Please sign in to comment.