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: docs-v2/pages/connect/workflows.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,16 +176,16 @@ curl -X POST https://{your-endpoint-url} \
176
176
## Errors
177
177
178
178
#### No external user ID passed, but one or more steps require it
179
-
- One or more steps in the workflow are configured to **Use end user's auth via Connect**, but no `external_user_id` was passed when invoking the workflow.
180
-
-[Refer to the docs](#invoke-the-workflow) to make sure you're passing `external_user_id` correctly when invoking the workflow.
179
+
- One or more steps in the workflow are configured to **Use end user's auth via Connect**, but no external user ID was passed when invoking the workflow.
180
+
-[Refer to the docs](#invoke-the-workflow) to make sure you're passing external user ID correctly when invoking the workflow.
181
181
182
182
#### No matching external user ID
183
-
- There was an external user ID passed and is accessible via `steps.trigger.context.external_user_id`, but it didn't match any users in the project.
184
-
- Double-check that the `external_user_id` that you passed when invoking the workflow matches one either [in the UI](/connect#users) or [via the API](/connect/api#accounts).
183
+
- There was an external user ID passed, but it didn't match any users in the project.
184
+
- Double-check that the external user ID that you passed when invoking the workflow matches one either [in the UI](/connect#users) or [via the API](/connect/api#accounts).
185
185
186
186
#### Required account not found for external user ID
187
-
- The `external_user_id`was passed when invoking the workflow, but the user hasn't connected an account one or more of the apps that are configured to use it in this workflow execution.
188
-
- You can check which accounts that user has connected[in the UI](/connect#users) or [via the API](/connect/api#accounts).
187
+
- The external user ID was passed when invoking the workflow, but the user doesn't have a connected account for one or more of the apps that are configured to use it in this workflow execution.
188
+
- You can check which connected accounts are available for that user[in the UI](/connect#users) or [via the API](/connect/api#accounts).
189
189
190
190
#### The Business plan is required to run this workflow for production users
191
191
- Running workflows for your end users is available for users in `development`, but a Business plan is required to run on behalf of `production` users.
0 commit comments