Skip to content

Commit

Permalink
[incubator-kie-issues-1277] Remove unused bpmn in jbpm-test (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Jun 3, 2024
1 parent 7e2a311 commit cba645e
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<itemDefinition id="HelloMessageType" structureRef="String" />
<message id="HelloMessage" itemRef="HelloMessageType" />

<process processType="Private" isExecutable="true" id="IntermediateCatchEvent" name="IntermediateCatchEvent Process" >
<process processType="Private" isExecutable="true" id="IntermediateCatchEventMessageWithTransformation" name="IntermediateCatchEvent Process" tns:packageName="org.jbpm.bpmn2.intermediate" >

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<itemDefinition id="_xItem" structureRef="String" />

<process processType="Private" isExecutable="true" id="IntermediateCatchEvent2" name="IntermediateCatchEvent 2 Process" >
<process processType="Private" isExecutable="true" id="IntermediateCatchEventNoIncommingConnection" name="IntermediateCatchEvent 2 Process" tns:packageName="org.jbpm.bpmn2.intermediate">

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<itemDefinition id="_xItem" structureRef="String" />

<process processType="Private" isExecutable="true" id="IntermediateCatchEventSignal2" name="IntermediateCatchEvent 2 Process" >
<process processType="Private" isExecutable="true" id="IntermediateCatchEventSignal2" name="IntermediateCatchEvent 2 Process" tns:packageName="org.jbpm.bpmn2.intermediate">

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<itemDefinition id="_xItem" structureRef="String" />

<process processType="Private" isExecutable="true" id="IntermediateCatchEvent" name="IntermediateCatchEvent Process" >
<process processType="Private" isExecutable="true" id="IntermediateCatchEventSignalWithTransformation" name="IntermediateCatchEvent Process" tns:packageName="org.jbpm.bpmn2.intermediate" >

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<itemDefinition id="_xItem" structureRef="String" />

<process processType="Private" isExecutable="true" id="IntermediateCatchEvent" name="IntermediateCatchEvent Process" >
<process processType="Private" isExecutable="true" id="IntermediateCatchEventTimerCycle3" name="IntermediateCatchEvent Process" tns:packageName="org.jbpm.bpmn2.intermediate" >

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<itemDefinition id="_xItem" structureRef="String" />

<process processType="Private" isExecutable="true" id="IntermediateCatchEvent" name="IntermediateCatchEvent Process" >
<process processType="Private" isExecutable="true" id="IntermediateCatchEventTimerCycleCron" name="IntermediateCatchEvent Process" tns:packageName="org.jbpm.bpmn2.intermediate" >

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:g="http://www.jboss.org/drools/flow/gpd" xmlns:java="http://www.java.com/javaTypes" xmlns:tns="http://www.jboss.org/drools" xmlns="http://www.jboss.org/drools" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd" id="Definition" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.2.1.Final" expressionLanguage="http://www.mvel.org/2.0" targetNamespace="http://www.example.org/MinimalExample" typeLanguage="http://www.java.com/javaTypes">
<bpmn2:itemDefinition id="_xItem" isCollection="false" structureRef="Integer"/>
<bpmn2:itemDefinition id="ItemDefinition_1" isCollection="false" structureRef="Boolean"/>
<bpmn2:process id="IntermediateCatchEvent" name="IntermediateCatchEvent Process" isExecutable="true" processType="Private">
<bpmn2:process id="IntermediateCatchEventTimerDurationWithError" name="IntermediateCatchEvent Process" isExecutable="true" processType="Private" tns:packageName="org.jbpm.bpmn2.intermediate" >
<bpmn2:extensionElements>
<tns:global identifier="TestOK" type="Boolean"/>
</bpmn2:extensionElements>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
xmlns:tns="http://www.jboss.org/drools">

<process processType="Private" isExecutable="true" id="BPMN2-IntermediateCatchSignalBetweenUserTasks" name="Default Process" tns:packageName="defaultPackage" tns:version="1" >
<process processType="Private" isExecutable="true" id="IntermediateCatchSignalBetweenUserTasks" name="Default Process" tns:packageName="org.jbpm.bpmn2.intermediate" tns:version="1" >

<!-- nodes -->
<startEvent id="StartEvent_1" name="StartProcess" isInterrupting="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<itemDefinition id="_2_MessageType" structureRef="String" />
<message id="_2_Message" itemRef="_2_MessageType" />

<process processType="Private" isExecutable="true" id="MessageIntermediateEvent" name="Message Intermediate Throw Event Process" >
<process processType="Private" isExecutable="true" id="IntermediateThrowEventMessageWithTransformation" tns:packageName="org.jbpm.bpmn2.intermediate" name="Message Intermediate Throw Event Process" >

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<itemDefinition id="_xItem" structureRef="String" />

<process processType="Private" isExecutable="true" id="SignalIntermediateEvent" name="Signal Intermediate Throw Event Process" >
<process processType="Private" isExecutable="true" id="IntermediateThrowEventSignalWithTransformation" name="Signal Intermediate Throw Event Process" tns:packageName="org.jbpm.bpmn2.intermediate" >

<!-- process variables -->
<property id="x" itemSubjectRef="_xItem"/>
Expand Down

0 comments on commit cba645e

Please sign in to comment.