Hello Everyone,
I'm getting many requests daily to promote workflows to PROD and it’s not possible to open the Server and Open Alteryx designer each and every time. So I'm looking for a automated solution by which a workflow will be moved from UAT server to PROD Server without any manual work or some UI driven simple clicks.
Steps I performed-
1. I'm the curator and I've permissioms for API access.
2. As suggested by Alteryx support team, I've connected AlteryxGallery database using Robo3T from inside the Source server and ran queries to perform Reindexing.
db.getCollection('commandQueueItems').remove({})
db.getCollection('locks').remove({})
db.getCollection('luceneFs.locks').find({})
3. Created, published 2 sample workflows to Gallery and marked – ready to be migrated.
4. And then, downloaded and configured the 'Alteryx Gallery Workflow Migration' package in Alteryx designer of source server.
https://lnkd.in/dtgpMhjG
5. Received 88 warnings, In the Target Gallery, the workflows are missing. That means migration of the workflows didn’t worked.
Added screenshots. Those who have worked on it, please guide me with proper instructions on how to configure it and resolve the issue.
Thanks