Software:Automation Workshop

From HandWiki
Automation Workshop
Developer(s)Febooti, Ltd.
Stable release
4.0.0[1] / January 7, 2020; 4 years ago (2020-01-07)
Operating systemMicrosoft Windows
Available inEnglish
TypeAutomation GUI Utility
Automation Software
Software testing
LicenseFreeware closed source[2]
Proprietary commercial software
Websitewww.automationworkshop.org

Automation Workshop is task automation application[3] for Microsoft Windows developed by Febooti, Ltd. and released in 2008.[1] It features GUI for creating recurring and repetitive tasks similar to Windows Task Scheduler, that allows to automate file operations, opening programs, if-goto logic, and more.[4] With Automation Workshop it is possible to make fully functional computer program called the Task, that can be executed later manually or upon a Trigger. Such programs or Tasks can be created by non-programmers using no-code development paradigm.

Features

User interface

Graphical user interface of Automation Workshop allows creating Tasks by adding building blocks (Actions and Triggers). The Triggers, such as Task Scheduler or Folder Watcher wait for specific event and launch jobs automatically when such event occurs. The Actions perform predefined operations, the actual work of the Task, for example, email sending, file synchronization, creating of a zip archive and so on. All these building blocks are connected by GUI tool called Variable Wizard.[6][7] It allows passing variables as parameters to Actions using point and click interface without need write any program code. Variable Wizard allows connecting Actions with dynamic values from other actions or Windows operating system. Combined with if-then-else Actions, for-loop Actions, math, and text processing actions[8], it is possible to create a computer program without writing program code.

See also

References

External links