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 a8f3e07 commit 2d31287Copy full SHA for 2d31287
src/content/docs/workflows/build/rules-of-workflows.mdx
@@ -406,7 +406,7 @@ export default {
406
instanceId = `${getUserId(request)}-${await crypto.randomUUID().slice(0, 6)}`
407
let { result } = await addNewInstanceToDB(userId, instanceId)
408
let goodInstance = await env.MY_WORKFLOW.create({
409
- id: userId,
+ id: instanceId,
410
params: payload
411
});
412
0 commit comments