[root]/modules/bpmn/src/main/java/org/jbpm/bpmn/parser

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 23 (100.0%) | 710 (100.0%) | 30.8 |
| tom.baeyens@jboss.com | 8 (34.8%) | 455 (64.1%) | 56.8 |
| kukeltje | 12 (52.2%) | 251 (35.4%) | 20.9 |
| camunda | 3 (13.0%) | 4 (0.6%) | 1.3 |
JBPM-2565 refactored usercode handling of event listeners, assignment handlers, decision handlers and decision conditions
129 lines of code changed in 4 files:
added language version id
5 lines of code changed in 1 file:
Java based service task
33 lines of code changed in 1 file:
Refactoring
21 lines of code changed in 1 file:
- Initial Resources
- Group assignment
- conditionExpression on userTask (uncontrolled flow)
- user jbpm_outcome as condition on userTask
56 lines of code changed in 1 file:
Initial ScriptTask, extended xpath expression
3 lines of code changed in 1 file:
Made default sequenceflow working on exclusiveGateway
9 lines of code changed in 1 file:
Basic form of conditionExpressions working with juel. Including tests
41 lines of code changed in 2 files:
Refactoring of gateways, initial refactoring of tasks and first steps to 'fix' the broken 'forkingtask' test
5 lines of code changed in 2 files:
added uncontrolled sequence flow AND-Split test
added ManualTask (no-op)
renamed TaskActivity to UserTaskActivity
3 lines of code changed in 2 files:
made schema path to relative
added first test case for user task (still pretty simple)
added diagram of shipment example process
1 lines of code changed in 1 file:
Initial testcases for exclusiveGateway and small some fixes found by the tests ;-)
7 lines of code changed in 1 file:
Remove dependency on jBPM module
76 lines of code changed in 2 files:
merging bernds bpmn work
248 lines of code changed in 1 file:
bpmn parsing fixes
3 lines of code changed in 1 file:
initial bpmn parsing setup
70 lines of code changed in 1 file: