SOLVED
Scripted Packaging of Workflow
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
paul_houghton
12 - Quasar
04-12-2022
01:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Im trying to use Github actions to publish workflows to Alteryx server using the v3 API and see the workflows endpoint only accepts yxzp files. Is it possible to convert an Alteryx workflow into a yxzp without using the export function of Alteryx designer?
Solved! Go to Solution.
2 REPLIES 2
11 - Bolide
04-12-2022
04:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, it is certainly possible. A yxzp is basically a specially-formatted ZIP file. Here are 2 threads which discuss it and have some example code:
https://community.alteryx.com/t5/Dev-Space/Programmatically-Manually-Create-yxzp/td-p/566918
04-13-2022
01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect thanks, it's the special formatting bit that I didn't know about and google foo failed
