Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Cannot Add Workflow to a Collection

cpet13
11 - Bolide

I have two workflows I published that were part of one specific collection. I removed them from that collection with the intent of adding them to a different collection. But when I go to the collection and click on Workflows => Add and start typing in the name of either of the workflows, they do not show up. I also have schedules for the workflows; I was able to remove the schedules from the first collection and then add them to the second. But I can't add the workflows to the second collection; I can't even add them back into the first collection that I had removed them from. Any ideas on what is going on?

5 REPLIES 5
rfoster7
11 - Bolide

"But when I go to the collection and click on Workflows => Add and start typing in the name of either of the workflows, they do not show up. "

 

Usually, when I've seen this, it turns out the workflow is already in the collection. It won't show up as an option to add if its already in there. Is that possible here? 

 

 

nagakavyasri
12 - Quasar

@cpet13 check if you have permission to add the workflow to the collection & if the workflow is present in your home page.

cpet13
11 - Bolide

Thank you for the idea, but the collection is a brand new one that I created with no workflows in it yet.

cpet13
11 - Bolide

I'm an admin on the server. When I created the collection, I made sure to add my user group to the User Groups section of the collection and to give the user group the ability to Add Assets, Remove Assets, Update Assets, etc.

 

I have made sure and I can see the workflows on my home screen under My Files.

jrgo
14 - Magnetar

May be a MongoDB issue. Either the search engine needs to be reindexed or commandQueueItems Collection (table) is backlogged with pending update requests.

 

Here's a KB article that may help, but always be careful when interacting directly with the embedded MongoDB instance, or contact Alteryx support for guidance.

How to and When to Run a Re-index (Manual)