This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Early bird tickets for Inspire 2023 are now available! Discounted pricing closes on January 31st. Save your spot!
Please, does anyone has a script to publish workflow to the gallery. My team is creating CI/CD pipeline in order to publish workflow to the gallery. Although the pipeline has been successfully established in GitHub, Team City and Octopus, need a script to push the workflow in Octopus, either PowerShell, Pytho3 or any script. Any help will be greatly appreciated. Thanks!
You can find some articles about how to use Python to call Server APIs. A quick Google gave me this:
https://github.com/Theamazingdp/AlteryxGalleryAPI
Maybe you can find something for the other technologies you mentioned.
Thanks for the info gabrielvilella.
Hi DiganP,
Can your below script be used to publish a workflow to the Gallery? The workflow is located in folder X on Drive C. Or is there any modification that needs to be done. Need a script either Python or PowerShell. thanks for the help.
import subprocess filename = "C:\\Users\\dparikh\\Downloads\\Join Workflow final.yxmd" subprocess.run(["C:\\Program Files\\Alteryx\\bin\\AlteryxEngineCmd.exe ", filename])