feat: set runByScheduledId

This commit is contained in:
karishmas6
2024-10-21 19:07:47 +05:30
parent 70369875a8
commit 4a15260230

View File

@@ -59,6 +59,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
interpreterSettings: { maxConcurrency: 1, maxRepeats: 1, debug: true },
log: '',
runId,
runByScheduleId: uuid(),
serializableOutput: {},
binaryOutput: {},
});