Hello,
I am currently running a Schedule that triggers an Alteryx workflow and then moves the source files to an archive, afterwards. I am triggering the Alteryx workflow with a batch file (using AlteryxEngineCmd.exe), but as of now, when there is an error in the Alteryx workflow (e.g. relevant files are missing), the .bat file doesn't capture it and send it to my schedule, meaning it continues to archive the source file. Is there any way to make Alteryx send an error message so that the batch files terminates out of error?