- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.
Views
Replies
0 Likes
Total Likes