Directory modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes/

Directory Created:
2009-07-27 22:31
Total Files:
19
Deleted Files:
0
Lines of Code:
821

[root]/modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes

Lines of Code

modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 40 (100.0%) 889 (100.0%) 22.2
kukeltje 28 (70.0%) 796 (89.5%) 28.4
camunda 12 (30.0%) 93 (10.5%) 7.7

Most Recent Commits

kukeltje 2009-08-10 12:00 Rev.: 5455

namespace change to http://jbpm.org/4.0/bpmn2 for extensions

3 lines of code changed in 3 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: UserTaskGroup.bpmn.xml (+1 -1), UserTaskSequenceFlowCondition.bpmn.xml (+1 -2), UserTaskSimple.bpmn.xml (+1 -1)
kukeltje 2009-08-10 11:59 Rev.: 5454

Java based service task

56 lines of code changed in 1 file:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: ServiceTaskJava.bpmn.xml (new 56)
kukeltje 2009-08-05 00:31 Rev.: 5428

- Initial Resources
- Group assignment
- conditionExpression on userTask (uncontrolled flow)
- user jbpm_outcome as condition on userTask

166 lines of code changed in 5 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: UserTaskGroup.bpmn.xml (new 46), UserTaskSequenceFlowCondition.bpmn.xml (new 43), UserTaskSimple.bpmn.xml (+23 -15), forkWithUncontrolledSequenceFlowCondition.bpmn.xml (new 51), scriptTask.bpmn.xml (+3 -1)
kukeltje 2009-08-04 01:10 Rev.: 5416

Initial ScriptTask, extended xpath expression

30 lines of code changed in 2 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: exclusiveGatewayXPath.bpmn.xml (+1 -1), scriptTask.bpmn.xml (new 29)
kukeltje 2009-08-03 19:34 Rev.: 5415

perliminary support for xpath as expressionlanguage in conditionExpressions

47 lines of code changed in 2 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: exclusiveGatewayXPath.bpmn.xml (new 41), xmlTestDocument.xml (new 6)
kukeltje 2009-07-30 21:33 Rev.: 5401

Made default sequenceflow working on exclusiveGateway

1 lines of code changed in 1 file:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: exclusiveGateway.bpmn.xml (+1 -2)
kukeltje 2009-07-30 17:49 Rev.: 5392

Basic form of conditionExpressions working with juel. Including tests

55 lines of code changed in 3 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: exclusiveGateway.bpmn.xml (+7 -11), exclusiveGatewayInvalidConditionExpression.bpmn.xml (new 46), exclusiveGatewayMixedValid.bpmn.xml (+2 -2)
kukeltje 2009-07-30 12:07 Rev.: 5388

ParallelGateway activity implemented, execution test made and gren light for uncontrolled flow test

30 lines of code changed in 1 file:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: parallelGateway.bpmn.xml (+30 -14)
kukeltje 2009-07-30 10:25 Rev.: 5386

and the test

4 lines of code changed in 1 file:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: forkWithUncontrolledSequenceFlow.bpmn.xml (+4 -4)
camunda 2009-07-29 17:43 Rev.: 5382

added uncontrolled sequence flow AND-Split test
added ManualTask (no-op)
renamed TaskActivity to UserTaskActivity

50 lines of code changed in 2 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: UserTaskSimple.bpmn.xml (+1 -2), forkWithUncontrolledSequenceFlow.bpmn.xml (new 49)
camunda 2009-07-29 16:12 Rev.: 5381

made schema path to relative
added first test case for user task (still pretty simple)
added diagram of shipment example process

43 lines of code changed in 10 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: UserTaskSimple.bpmn.xml (new 31), exclusiveGateway.bpmn.xml (+1 -1), exclusiveGatewayConvergingInvalid.bpmn.xml (+1 -1), exclusiveGatewayDivergingInvalid.bpmn.xml (+1 -1), exclusiveGatewayMixedInvalid.bpmn.xml (+1 -1), exclusiveGatewayMixedValid.bpmn.xml (+4 -4), exclusiveGatewayNonBoundDefault.bpmn.xml (+1 -1), exclusiveGatewayNonExistingDefault.bpmn.xml (+1 -1), parallelGateway.bpmn.xml (+1 -1), parallelGatewayInvalid.bpmn.xml (+1 -1)
kukeltje 2009-07-28 01:26 Rev.: 5353

Initial commit of parallelgateway and renaming decision to exclusivegateway

68 lines of code changed in 2 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: parallelGateway.bpmn.xml (new 34), parallelGatewayInvalid.bpmn.xml (new 34)
kukeltje 2009-07-27 22:31 Rev.: 5352

Initial testcases for exclusiveGateway and small some fixes found by the tests ;-)

336 lines of code changed in 7 files:

  • modules/bpmn/src/test/resources/org/jbpm/bpmn/flownodes: exclusiveGateway.bpmn.xml (new 46), exclusiveGatewayConvergingInvalid.bpmn.xml (new 46), exclusiveGatewayDivergingInvalid.bpmn.xml (new 53), exclusiveGatewayMixedInvalid.bpmn.xml (new 46), exclusiveGatewayMixedValid.bpmn.xml (new 53), exclusiveGatewayNonBoundDefault.bpmn.xml (new 46), exclusiveGatewayNonExistingDefault.bpmn.xml (new 46)
Generated by StatSVN 0.5.0