We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21404c9 commit 3523800Copy full SHA for 3523800
src/content/docs/workflows/build/rules-of-workflows.mdx
@@ -310,7 +310,7 @@ export default {
310
instanceId = `${getUserId(request)}-${await crypto.randomUUID().slice(0, 6)}`
311
let { result } = await addNewInstanceToDB(userId, instanceId)
312
let goodInstance = await env.MY_WORKFLOW.create({
313
- id: userId,
+ id: instanceId,
314
params: payload
315
});
316
0 commit comments