Workflow Migration App
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Taking inspiration from this post here: https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Migrating-Workflows/ta-p/335774, here's a sample workflow leveraging the migration APIs & repurposed as an Analytic App.
Just a possible alternative to what was initially shared in the above Knowledge Base article! 😆
Warmest,
chinee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for posting this @chineeloh - this seems to be a great workflow that should be included with the core server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @chineeloh , according to my test, current Python script in main macro in Workflow Migration App does not support target Gallery with SSL certificate which will cause "certificate verify failed".
In Alteryx Migrate Workflow.yxmc, Python Toll, request.post part where it is to post migrations to target Gallery.
Here add "verify=False," at the back of multipart_data.
Then it should be alright.
