Skip to content

Commit 40100d9

Browse files
(docs) Invoke workflows for external users (#14589)
* Initial commit of workflow invoke docs * More example fixes * Small changes * small patch * First cut of workflow invoke errors * Workflow errors, WIP Connect troubleshooting * Troubleshooting info * Fixing `environment` references * small edits to troubleshooting page * Fixing bad merge * Info on testing workflows * Update index.mdx --------- Co-authored-by: Danny Roosevelt <[email protected]>
1 parent c673fb7 commit 40100d9

File tree

19 files changed

+416
-148
lines changed

19 files changed

+416
-148
lines changed

components/adp/adp.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/danny_test_app/danny_test_app.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/equifax/equifax.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/fiserv/fiserv.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/grain/grain.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/ibm_cloud_natural_language_understanding/ibm_cloud_natural_language_understanding.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/workflow_max/workflow_max.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

components/x_ai/x_ai.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

docs-v2/pages/connect/_meta.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"quickstart": {
99
"title": "Quickstart"
1010
},
11+
"workflows": {
12+
"title": "Running workflows"
13+
},
1114
"api": {
1215
"title": "API & SDK Reference"
1316
},
@@ -26,6 +29,9 @@
2629
"connect-link": {
2730
"title": "Connect Link"
2831
},
32+
"troubleshooting": {
33+
"title": "Troubleshooting"
34+
},
2935
"customize-your-app": {
3036
"title": "Customize Your App"
3137
},

0 commit comments

Comments
 (0)