feat: compute runid

This commit is contained in:
karishmas6
2024-10-13 04:53:46 +05:30
parent 16b7ff9c84
commit 948ad08940

View File

@@ -48,6 +48,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
proxy: proxyOptions.server ? proxyOptions : undefined,
}
});
const runId = uuid();
const run = await Run.create({
status: 'Scheduled',