You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/management-system-v2/lib/engines/deployment.ts
+42-2Lines changed: 42 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,17 @@ async function deployProcessToMachines(
106
106
});
107
107
108
108
awaitPromise.all(allMachineRequests);
109
+
110
+
// TODO: if we handle static deployment with machine mapping of process elements in the future
111
+
// we might need to make sure that we only activate the process in a way that start events that are not mapped to a machine are not triggered on that machine
112
+
// (maybe we need to split the process into multiple sections and deploy them seperately
0 commit comments