...
- ExecuteFile For example, the ExecuteFile step can be changed in the following manner to work on Windows, Linux, and Mac.
- If "{$$_ISMAC}"
- ExecuteFile "/Users/admin/scripts/myscript.sh"
- Else If "{$$_ISWINDOWS}"
- ExecuteFile "C:\users\user1\myapp.exe"
- Else If "{$$_ISLINUX}"
- ExecuteFile "/Users/admin/scripts/myscript.sh"
Similarly, steps using the following actions can also be accommodated to work across multiple platforms.
- DownloadFile
- ExecuteQueryAndStoreInFile
- CompareTabularResults
- AttachFile