New Features
PROD-4033
Implement GetSuppressionState command
PROD-4034
Implement support for running external .exe files
You can now run an external .exe in AutomateWorks Worker instead of excel-based configurators by changing the .xlsx file estension of the configurator to .exe. The executable will get a filename as an argument, pointing to a .json file containing variable values for the job.
PROD-3956
Implement Skip column
An optional column with range name AW_SKIP can be added to configurator files. Any value in this column will result in the corresponding command to be skipped when running the configurator.
PROD-3959
Implement ReadReferences command
Improvements
PROD-3970
Implement ReadCustomProperties command
PROD-3960
Modify Call command to allow execution of another excel file
PROD-3971
Add possibility to close all documents in Close command
Close command has a new optional parameter CloseAll.
PROD-3976
Implement GetSuppressionState command
PROD-3964
Implement ReplaceReference command
PROD-3966
Add IncludeDrawing property to SaveAs command
PROD-3968
Implement SetSetting command
PROD-3973
Implement source configurator and source address columns in run log
AutomateWorks run log now shows a column for source configurator and source address.