Hi Users,
Is there a way to run the workflows by command line on Alteryx Server.
I came across a help page, which describes the command to trigger the worklfow:
https://help.alteryx.com/2018.3/Command_Line.htm
however, here we need to run the workflow from the location where it's saved.
Not sure how to achieve it on Server.
Secondly, if we are able to run the workflow via command line on server.
and assuming we are triggering it via windows schedular every minute.
If it takes longer than 1 minute to run the first execution, would the second run will get queued assuming we have set the server settings to allow only one execution at a time.
Is there a way to check via command line, if first execution is on run, not to initiate second execution and do it only when first execution is finished.