feat: compute runid
This commit is contained in:
@@ -48,6 +48,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
|
|||||||
proxy: proxyOptions.server ? proxyOptions : undefined,
|
proxy: proxyOptions.server ? proxyOptions : undefined,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
const runId = uuid();
|
||||||
|
|
||||||
const run = await Run.create({
|
const run = await Run.create({
|
||||||
status: 'Scheduled',
|
status: 'Scheduled',
|
||||||
|
|||||||
Reference in New Issue
Block a user