Manual Execution

To start the workitem in the GUI mode select the  worddavae203110e28d2cccb670e7a553bec5b2.png  Execute button on the tool bar or the corresponding Script->Execute menu item while the workitem is opened in the Workitem Editor tool. Once the workitem is executing you may use the worddavc129824528cdab00f0bbf513c70815b0.png Stop and  worddav09b7dc57a23bd93e1bec630811a42616.png Pause buttons to stop/pause it. When there are both a workitem and a script opened in the GUI the Execute button always prefers the workitem. To execute the script alone, right click the script editor and select Execute script from the context menu.

worddavd3c46f115fafab8c2b7e703c551119e5.png


As the GUI is not capable of executing scripts in parallel it will always execute them sequentially (one at a time). For parallel executions use the CLI or Java API execution mode together with the -n/--nodisplay option.