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 5ae08d9 commit 15870f9Copy full SHA for 15870f9
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