09-07-2011 03:09 AM
[b]newTask[/b]
Task newTask()
Creates a new task that is not related to any process instance. The returned task is transient and must be saved with saveTask(Task) 'manually'.
taskService.createTaskQuery().processInstanceId(null).taskAssignee(userId)
taskService.createTaskQuery().processInstanceId("").taskAssignee(userId)
09-07-2011 03:30 AM
engine.getTaskService().saveTask(Task);
09-07-2011 03:46 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.