10-09-2012 12:05 PM
11-15-2012 11:16 AM
/** Difference between {@link #getEndTime()} and {@link #getStartTime()} in milliseconds. */
Long getDurationInMillis();
return time delta between claiming the task and task complete/delete?11-15-2012 02:26 PM
return time delta between claiming the task and task complete/delete?
How can I get potential task owners from the Task?
11-16-2012 08:03 AM
11-16-2012 01:23 PM
From logical point of view task claim/complete event should be part of TaskService audit trail. Does something like this exist, from where I can get this kind of information? How can I extend TaskService to log this information?
org.activiti.engine.task.Task Interface (Returned from the TaskInstanceQuery) does not have any getCandidateUsers/groups method. In fact taskQuery is returning List<Task>, which is TaskEntity which implements TaskDelegate interface. (To get candidates I can recast it - not clean) - Is there better way?
11-21-2012 09:48 AM
No, this information is indeed not recorded.
To fix this, you'd need to extend the current ClaimTaskCmd and add a call to the history manager yourself.
11-22-2012 07:38 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.