Download workflow
- 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
I'm trying to validate some published workflows by calling the gallery API, downloading the app and checking the XML for my check.
The issue I'm finding is I can download the app with the https://alteryx.host_domain.co.uk/webapi/v1/workflows/{appID}/package endpoint.
The issue I'm finding is I don't know how to interact with the downloaded blob. It appears to be a yxzp file but it won't open in Alteryx and I can't extract it 7zip to examine the contents. Because of this, I can't further process the XML to validate what I'm wanting to.
How do I process and interact with the downloaded apps?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I haven't used the app you mentioned, but I inspect the XML of my workflows by right-clicking the .yxmd then "Edit with Notepad++". Save the Notepad++ file as an xml and it will be nicely formatted. There's also a Notepad++ plugin to compare XML files.