TaskInstance : getter and setter needed on version attribut as in ProcessIntance
--------------------------------------------------------------------------------
Key: JBPM-1134
URL:
http://jira.jboss.com/jira/browse/JBPM-1134
Project: JBoss jBPM
Issue Type: Feature Request
Components: BPEL
Affects Versions: jBPM jPDL 3.2.2
Reporter: jerome tellier
Assigned To: Tom Baeyens
Priority: Minor
Methods needed in TaskInstance.java
public int getVersion() {
return version;
}
public void setVersion(int version) {
this.version = version;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira