workflow doubt in mind?
PostPosted:Thu Oct 21, 2010 5:25 am
line:906 in file com.openkm.module.direct.DirectWorkflowModule.java
look the bold style words,I think the jbpm rule engine can't express it,and you?
Code: Select all
hm.put(fe.getName(), fe); TaskMgmtSession taskMgmtSession = jbpmContext.getTaskMgmtSession();
Map<String, FormElement> hm = new HashMap<String, FormElement>();
for (FormElement fe : values) {
[b]hm.put(fe.getName(), fe);[/b]
}
org.jbpm.taskmgmt.exe.TaskInstance ti = taskMgmtSession.getTaskInstance(taskInstanceId);
ti.setVariables(hm);
look the bold style words,I think the jbpm rule engine can't express it,and you?