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 4d1fb9c commit 67a8ea4Copy full SHA for 67a8ea4
src/content/docs/workflows/build/rules-of-workflows.mdx
@@ -302,7 +302,8 @@ export default {
302
params: payload
303
});
304
305
- // ✅ Good: use a composite ID or an
+ // ✅ Good: use an ID that is unique
306
+ // e.g. a transaction ID, order ID, or task ID are good options
307
let instanceId = getTransactionId() // e.g. assuming transaction IDs are unique
308
// or: compose a composite ID and store it in your database
309
// so that you can track all instances associated with a specific user or merchant.
0 commit comments