Avatar

Level 6

Workbench is the tool to write a process. Wouldn't your end user be in Workspace?

If these scripts can be run from the server, then you could wrap them with a process that uses an execute script step:

Runtime.getRuntime().exec("something.bat");

You could then call that process as a webservice from a form when the user clicks the check box.