Working with workstep template attributes
You can update the workstep template information by invoking the corresponding APIs on a WorkStepTemplate SVO.
After updating the attributes of a process template, the save() API must be invoked for effecting the changes on the server.
public void save()
Invoke this API after updating the attributes to effect the modified values on the server.
You can retrieve the workstep template information by invoking the corresponding APIs on a WorkStepTemplate SVO.