In the source code of VariableCreate.java
anonymous wrote :
|
| | HistoryTaskImpl historyTask = null;
| | TaskImpl task = variable.getTask();
| | if (task!=null) {
| | long taskDbid = task.getDbid();
| | historyTask = (HistoryTaskImpl)
| | dbSession.get(HistoryTaskImpl.class, taskDbid);
| | }
| |
| | HistoryVariableImpl historyVariable = new
HistoryVariableImpl(historyProcessInstance, historyTask, variable);
| |
|
The HistoryTaskImpl was get by the TaskImpl id, but In my case the taskImpl id
may be not the same with HistoryTaskImpl id ...............
so some time I cann't get the history variable.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243645#4243645
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243645
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user