- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2022 06:30 AM
Hi guys,
I checked articles about spoke creation and sharing. But still do not have clear understanding. Can you please help to clarify?
1. If I want to share my custom spoke with someone outside my snow instance I have to do it via this portal https://developer.servicenow.com/app.do#!/share/user/content ? Btw can you please give a hint how to import custom spoke to snow?
2. If I want my custom spoke to be officially used by anyone and can be seen here (see screenshot). I have to add it to integration hub? Or what is the official procedure?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 07:29 PM
Hi
for transferring your Spoke you have to create an Update Set. My recommendation is to create an application for the Spoke and publish that application to an Update Set.
That Update Set can then be uploaded to the Share.
For publishing your Spoke to the ServiceNow Store you have to be a Technology Partner.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2022 08:45 AM
Hi
a Spoke is nothing else than a custom application which contains Flow Actions. And that application you can export to XML. That XML file can be imported by other users on their instances. And if you want to offer it via ServiceNow Share it is just filling out a form and uploading the XML file.
If you want to learn building a Spoke, please see the following resources:
- https://nowlearning.service-now.com/lxp?id=learning_path_prev&path_id=329ac7201bbafcd4a5e699b1b24bcb...
- https://www.youtube.com/watch?app=desktop&v=Nnj2lpYpi4s
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 07:29 PM
Hi
for transferring your Spoke you have to create an Update Set. My recommendation is to create an application for the Spoke and publish that application to an Update Set.
That Update Set can then be uploaded to the Share.
For publishing your Spoke to the ServiceNow Store you have to be a Technology Partner.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 05:29 AM
Hi Maik,
And again useful information! Thanks a lot.
I know that I can export Spoke in XML file. But where can I import it? For example I download spoke from share (https://developer.servicenow.com/app.do#!/share/user/content) and would like to use it in my instance. But I cannot find how to upload it. Can you pleas help with it?