You must specify the Approval namespace when creating an instance of this class. The constructor for this class takes no arguments. For example:
Approval.ProcessWorkitemRequest pwr = new Approval.ProcessWorkitemRequest();
The following are methods for ProcessWorkitemRequest. All are instance methods.
public String getAction()
Type: String
public String getWorkitemId()
Type: String
public Void setAction(String actionType)
Type: Void
public Void setWorkitemId(String id)
Type: Void