Skip to content

Commit

Permalink
Update rules-of-workflows.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar authored Dec 13, 2024
1 parent 4d1fb9c commit 67a8ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/workflows/build/rules-of-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ export default {
params: payload
});

// ✅ Good: use a composite ID or an
// ✅ Good: use an ID that is unique
// e.g. a transaction ID, order ID, or task ID are good options
let instanceId = getTransactionId() // e.g. assuming transaction IDs are unique
// or: compose a composite ID and store it in your database
// so that you can track all instances associated with a specific user or merchant.
Expand Down

0 comments on commit 67a8ea4

Please sign in to comment.