I have a Crew runner macro which I use to run different containers in my workflow sequentially one after the other.
Screenshot of the macro is below. When I click run, the containers execute one after the other without any issues, but however, I wanted to publish this to the Alteryx server. When I try to publish this to the server, it is getting saved as a .yxmc file and I am unable to run a “Macro” directly on the server.


I tried to create a dummy workflow , just to trigger execution of this macro. But this does not help

The intention is basically I wanted to execute the Macro shown in the first image from the server and schedule it. That macro is just used to run the containers sequentially. Is there a better way to this or to convert the .yxmc file as a .yxmd file.