Allow users to hit a url and go to the feed stepper for that template:
Example to go to the feed stepper for Data Ingest
http://localhost:8401/index.html#!/define-feed?templateName=Data Ingest
http://localhost:8401/index.html#!/define-feed?templateId=089f2ce2-4ee4-4b0b-a793-363989ca5350
You can also pass in an additional feedDescriptor to help if you have a plugin and you need some additional data about where the user came from:
http://localhost:8401/index.html#!/define-feed?templateName=Data Ingest&feedDescriptor=some data
The feedDescriptor property gets added to the feed model and you can use this in your feed creation script: