diff --git a/server/src/workflow-management/scheduler/index.ts b/server/src/workflow-management/scheduler/index.ts index b8824090..6ac576f7 100644 --- a/server/src/workflow-management/scheduler/index.ts +++ b/server/src/workflow-management/scheduler/index.ts @@ -10,9 +10,6 @@ import Run from "../../models/Run"; import { getDecryptedProxyConfig } from "../../routes/proxy"; async function createWorkflowAndStoreMetadata(id: string, userId: string) { - if (!id) { - id = uuid(); - } const recording = await Robot.findOne({ where: {