01-25-2011 05:27 AM
submitTaskFormData(String taskId, Map<String, String> properties) in FormService and complete(String taskId, Map<String, Object> variables) in TaskService, both methods completing the task. saveTask(Task task) seems to be only for newly created tasks to make them persistent.01-25-2011 05:29 AM
runtimeService.setVariable(task.getProcessInstanceId(), "myVar", "someData");
taskService.setVariableLocal(task.getId(), "myVar", "someData");
01-25-2011 11:06 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.