You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workflows/example-workflows/plan-selection-workflow.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
page_id: 54e9d131-96a6-4d09-8355-0b748a4cd106
3
-
title: Plan cancellation request workflow
3
+
title: Plan selection workflow
4
4
sidebar:
5
5
order: 9
6
6
relatedArticles:
@@ -66,6 +66,6 @@ The main argument provided to your code is the Kinde workflow `event` object whi
66
66
67
67
### Example workflows
68
68
69
-
See examples on GitHub:
69
+
See examples in GitHub:
70
70
71
71
[Deny plan change request](https://github.com/kinde-starter-kits/workflow-examples/blob/main/planSelection/denyPlanChangeWorkflow.ts) - Deny a plan change request from a user and return the reasons for rejecting the request.
0 commit comments