12-18-2014 04:13 PM
ID_, EXECUTION_ID_, PROC_ISNT_ID_, PROC_DEF_ID_, TASK_DEF_KEY_
35014, 35004, 35004, process:1:35003, checkCreate
ID_, TYPE_, NAME_, EXECUTION_ID_, PROC_INST_ID_, TEXT_, TEXT2_
35006, string, nome, 35004, 35004, nome, <null>
35008, string, descricao, 35004, 35004, valor, <null>
35011, jpa-entity, param, 35004, 35004, domain.Param, 67
…..
List<Task> tasks = taskService.createTaskQuery().processDefinitionKey("process")
.taskDefinitionKey("checkCreate")
.list();
Map<String, Object> variables = taskService.getVariables(tasks.get(0).getId());
……
12-19-2014 02:30 AM
/**
* Only select tasks which have a local task variable with the given name
* set to the given value.
*/
T taskVariableValueEquals(String variableName, Object variableValue);
12-19-2014 08:09 AM
12-19-2014 11:42 AM
12-22-2014 01:58 AM
12-29-2014 08:25 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.