workschedule
With the workschedule command, you can create and delete work schedule objects and also view, dump, and update work schedules.
Tip: In the Process Engine API, you can also use the
VWWorkScheduleList class to create a work schedule and to accomplish other
actions for work schedules.
Syntax
| Action to perform | Syntax |
|---|---|
| View list on screen. The command displays a list of the work schedules for the isolated region. | workschedule v |
| Dump in XML format to file or screen. The command displays a list of the work schedules for the isolated region in XML format. The list shows all attributes values for each work schedule. | workschedule d |
| Update from an XML file. In accordance with the specified XML, the command updates work schedules or creates work schedule objects. | workschedule u <xml-file> |
| Remove (delete). The command deletes the specified work schedule. | workschedule r <field> |
Parameters
| Parameter | Description |
|---|---|
| schedule | The name of the work schedule. |
| xml-file | The name of the file that contains the XML. |