[root]/modules/test-db/src/test/java/org/jbpm/test/taskactivity

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 18 (100.0%) | 829 (100.0%) | 46.0 |
| tom.baeyens@jboss.com | 15 (83.3%) | 649 (78.3%) | 43.2 |
| jbarrez | 3 (16.7%) | 180 (21.7%) | 60.0 |
JBPM-2565 refactored usercode handling of event listeners, assignment handlers, decision handlers and decision conditions
0 lines of code changed in 4 files:
added language version id
1 lines of code changed in 1 file:
JBPM-2425: When taskService.completeTask(taskId, outcome) is called with an unexisting outcome, an exception is thrown instead of suspending the process.
36 lines of code changed in 2 files:
JBPM-2343: add convenience method complete task + set variables in one transaction. Also added test case for various usages of task completion.
144 lines of code changed in 1 file:
JBPM-2390 fix tasks and task comments the history
7 lines of code changed in 1 file:
JBPM-2389 fixed history propagation of reassignment of tasks
77 lines of code changed in 1 file:
JBPM-2376 added docs and test for putting a task back in the group
31 lines of code changed in 1 file:
JBPM-2348 long taskDbid --> String taskId
15 lines of code changed in 2 files:
JBPM-2252 removed access to getActivityName from the Execution API
11 lines of code changed in 1 file:
JBPM-2250 renamed task lists to findPersonalTasks and findGroupTasks
24 lines of code changed in 1 file:
JBPM-2220 added TaskService.getOutcomes(long taskDbid)
125 lines of code changed in 1 file:
JBPM-2221 improved matching of outcome with outgoing transitions and added test case
358 lines of code changed in 2 files: