Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 934685 Details for
Bug 1138530
Document does not cover the situation that sending Error event to the boundary catch error event using API
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
sample process for the additional info
hello.bpmn (text/plain), 13.47 KB, created by
Hisao Furuichi
on 2014-09-05 05:53:13 UTC
(
hide
)
Description:
sample process for the additional info
Filename:
MIME Type:
Creator:
Hisao Furuichi
Created:
2014-09-05 05:53:13 UTC
Size:
13.47 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><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: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" expressionLanguage="http://www.mvel.org/2.0" targetNamespace="http://www.jboss.org/drools" typeLanguage="http://www.java.com/javaTypes"> > <bpmn2:itemDefinition id="_String" structureRef="String"/> > <bpmn2:itemDefinition id="ItemDefinition_1" structureRef="Integer"/> > <bpmn2:itemDefinition id="ItemDefinition_2" structureRef="Boolean"/> > <bpmn2:error id="Error_1" errorCode="888" name="Error-888" structureRef="_String"/> > <bpmn2:signal id="Signal_1" name="Signal 1"/> > <bpmn2:process id="com.sample.bpmn.hello" tns:version="1" tns:packageName="defaultPackage" tns:adHoc="false" name="Hello World" isExecutable="true" processType="Private"> > <bpmn2:property id="Property_1" itemSubjectRef="_String"/> > <bpmn2:subProcess id="SubProcess_1" name="Sub Process 1"> > <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> > <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> > <bpmn2:startEvent id="StartEvent_1" name=""> > <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> > </bpmn2:startEvent> > <bpmn2:scriptTask id="ScriptTask_1" name="Script Task 1" scriptFormat="http://www.java.com/java"> > <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> > <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> > <bpmn2:script>System.out.println("test"); >kcontext.getKnowledgeRuntime().signalEvent("Error-SubProcess_1-888", null ,kcontext.getProcessInstance().getId()); > ></bpmn2:script> > </bpmn2:scriptTask> > <bpmn2:sequenceFlow id="SequenceFlow_3" tns:priority="1" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1"/> > <bpmn2:endEvent id="EndEvent_2" name=""> > <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> > </bpmn2:endEvent> > <bpmn2:sequenceFlow id="SequenceFlow_2" tns:priority="1" sourceRef="ScriptTask_1" targetRef="EndEvent_2"/> > </bpmn2:subProcess> > <bpmn2:startEvent id="_1" name="StartProcess"> > <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> > </bpmn2:startEvent> > <bpmn2:sequenceFlow id="SequenceFlow_1" tns:priority="1" name="" sourceRef="_1" targetRef="SubProcess_1"/> > <bpmn2:boundaryEvent id="BoundaryEvent_5" name="" attachedToRef="SubProcess_1"> > <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing> > <bpmn2:dataOutput id="DataOutput_3" itemSubjectRef="_String" name="Error_3_Output"/> > <bpmn2:dataOutputAssociation id="DataOutputAssociation_3"> > <bpmn2:sourceRef>DataOutput_3</bpmn2:sourceRef> > <bpmn2:targetRef>Property_1</bpmn2:targetRef> > </bpmn2:dataOutputAssociation> > <bpmn2:outputSet id="OutputSet_3" name="Output Set 3"> > <bpmn2:dataOutputRefs>DataOutput_3</bpmn2:dataOutputRefs> > </bpmn2:outputSet> > <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1"/> > </bpmn2:boundaryEvent> > <bpmn2:sequenceFlow id="SequenceFlow_9" tns:priority="1" name="" sourceRef="BoundaryEvent_5" targetRef="ScriptTask_5"/> > <bpmn2:endEvent id="EndEvent_5" name=""> > <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> > </bpmn2:endEvent> > <bpmn2:sequenceFlow id="SequenceFlow_12" tns:priority="1" name="" sourceRef="SubProcess_1" targetRef="UserTask_2"/> > <bpmn2:userTask id="UserTask_2" name="User Task 2"> > <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> > <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> > <bpmn2:ioSpecification id="_InputOutputSpecification_4"> > <bpmn2:dataInput id="_DataInput_16" itemSubjectRef="_String" name="TaskName"/> > <bpmn2:dataInput id="_DataInput_17" itemSubjectRef="ItemDefinition_1" name="Priority"/> > <bpmn2:dataInput id="_DataInput_18" itemSubjectRef="_String" name="Comment"/> > <bpmn2:dataInput id="_DataInput_19" itemSubjectRef="_String" name="GroupId"/> > <bpmn2:dataInput id="_DataInput_20" itemSubjectRef="ItemDefinition_2" name="Skippable"/> > <bpmn2:dataInput id="_DataInput_21" itemSubjectRef="_String" name="Content"/> > <bpmn2:dataInput id="_DataInput_22" itemSubjectRef="_String" name="Locale"/> > <bpmn2:inputSet id="_InputSet_6"/> > <bpmn2:inputSet id="_InputSet_7" name="New Input Set"> > <bpmn2:dataInputRefs>_DataInput_16</bpmn2:dataInputRefs> > <bpmn2:dataInputRefs>_DataInput_17</bpmn2:dataInputRefs> > <bpmn2:dataInputRefs>_DataInput_18</bpmn2:dataInputRefs> > <bpmn2:dataInputRefs>_DataInput_19</bpmn2:dataInputRefs> > <bpmn2:dataInputRefs>_DataInput_20</bpmn2:dataInputRefs> > <bpmn2:dataInputRefs>_DataInput_21</bpmn2:dataInputRefs> > <bpmn2:dataInputRefs>_DataInput_22</bpmn2:dataInputRefs> > </bpmn2:inputSet> > <bpmn2:outputSet id="_OutputSet_6"/> > <bpmn2:outputSet id="_OutputSet_7" name="Output Set"/> > </bpmn2:ioSpecification> > <bpmn2:dataInputAssociation id="_DataInputAssociation_16"> > <bpmn2:targetRef>_DataInput_16</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:dataInputAssociation id="_DataInputAssociation_17"> > <bpmn2:targetRef>_DataInput_17</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:dataInputAssociation id="_DataInputAssociation_18"> > <bpmn2:targetRef>_DataInput_18</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:dataInputAssociation id="_DataInputAssociation_19"> > <bpmn2:targetRef>_DataInput_19</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:dataInputAssociation id="_DataInputAssociation_20"> > <bpmn2:targetRef>_DataInput_20</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:dataInputAssociation id="_DataInputAssociation_21"> > <bpmn2:targetRef>_DataInput_21</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:dataInputAssociation id="_DataInputAssociation_22"> > <bpmn2:targetRef>_DataInput_22</bpmn2:targetRef> > </bpmn2:dataInputAssociation> > <bpmn2:potentialOwner id="PotentialOwner_1"> > <bpmn2:resourceAssignmentExpression id="ResourceAssignmentExpression_1"> > <bpmn2:formalExpression id="FormalExpression_29">New Actor</bpmn2:formalExpression> > </bpmn2:resourceAssignmentExpression> > </bpmn2:potentialOwner> > <bpmn2:potentialOwner id="PotentialOwner_2"> > <bpmn2:resourceAssignmentExpression id="ResourceAssignmentExpression_2"> > <bpmn2:formalExpression id="FormalExpression_30">New Actor</bpmn2:formalExpression> > </bpmn2:resourceAssignmentExpression> > </bpmn2:potentialOwner> > <bpmn2:potentialOwner id="PotentialOwner_3"> > <bpmn2:resourceAssignmentExpression id="ResourceAssignmentExpression_3"> > <bpmn2:formalExpression id="FormalExpression_31">John</bpmn2:formalExpression> > </bpmn2:resourceAssignmentExpression> > </bpmn2:potentialOwner> > </bpmn2:userTask> > <bpmn2:sequenceFlow id="SequenceFlow_11" tns:priority="1" name="" sourceRef="UserTask_2" targetRef="ScriptTask_3"/> > <bpmn2:endEvent id="EndEvent_1" name=""> > <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> > </bpmn2:endEvent> > <bpmn2:scriptTask id="ScriptTask_3" name="Script Task 3" scriptFormat="http://www.java.com/java"> > <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> > <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> > <bpmn2:script>System.out.println("end"); ></bpmn2:script> > </bpmn2:scriptTask> > <bpmn2:sequenceFlow id="SequenceFlow_8" tns:priority="1" name="" sourceRef="ScriptTask_3" targetRef="EndEvent_1"/> > <bpmn2:scriptTask id="ScriptTask_5" name="Script Task 5" scriptFormat="http://www.java.com/java"> > <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming> > <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> > <bpmn2:script>System.out.println("get SIGNAL");</bpmn2:script> > </bpmn2:scriptTask> > <bpmn2:sequenceFlow id="SequenceFlow_10" tns:priority="1" name="" sourceRef="ScriptTask_5" targetRef="EndEvent_5"/> > </bpmn2:process> > <bpmndi:BPMNDiagram id="BPMNDiagram_1"> > <bpmndi:BPMNPlane id="BPMNPlane_Process_1" bpmnElement="com.sample.bpmn.hello"> > <bpmndi:BPMNShape id="BPMNShape_SubProcess_1" bpmnElement="SubProcess_1" isExpanded="true"> > <dc:Bounds height="191.0" width="300.0" x="140.0" y="0.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_StartEvent_1" bpmnElement="_1"> > <dc:Bounds height="48.0" width="48.0" x="32.0" y="90.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_EndEvent_2" bpmnElement="EndEvent_1"> > <dc:Bounds height="36.0" width="36.0" x="670.0" y="79.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> > <dc:Bounds height="36.0" width="36.0" x="160.0" y="107.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_ScriptTask_2" bpmnElement="ScriptTask_1"> > <dc:Bounds height="50.0" width="110.0" x="224.0" y="100.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_BoundaryEvent_5" bpmnElement="BoundaryEvent_5"> > <dc:Bounds height="36.0" width="36.0" x="282.0" y="173.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_EndEvent_6" bpmnElement="EndEvent_5"> > <dc:Bounds height="36.0" width="36.0" x="562.0" y="262.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_UserTask_2" bpmnElement="UserTask_2"> > <dc:Bounds height="50.0" width="110.0" x="491.0" y="125.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_ScriptTask_3" bpmnElement="ScriptTask_3"> > <dc:Bounds height="50.0" width="110.0" x="562.0" y="20.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_ScriptTask_6" bpmnElement="ScriptTask_5"> > <dc:Bounds height="50.0" width="110.0" x="330.0" y="214.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNShape id="BPMNShape_EndEvent_1" bpmnElement="EndEvent_2"> > <dc:Bounds height="36.0" width="36.0" x="402.0" y="107.0"/> > </bpmndi:BPMNShape> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_1" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_SubProcess_1"> > <di:waypoint xsi:type="dc:Point" x="80.0" y="114.0"/> > <di:waypoint xsi:type="dc:Point" x="107.0" y="114.0"/> > <di:waypoint xsi:type="dc:Point" x="107.0" y="95.0"/> > <di:waypoint xsi:type="dc:Point" x="140.0" y="95.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_3" sourceElement="BPMNShape_StartEvent_2" targetElement="BPMNShape_ScriptTask_2"> > <di:waypoint xsi:type="dc:Point" x="196.0" y="125.0"/> > <di:waypoint xsi:type="dc:Point" x="208.0" y="125.0"/> > <di:waypoint xsi:type="dc:Point" x="208.0" y="125.0"/> > <di:waypoint xsi:type="dc:Point" x="224.0" y="125.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="BPMNShape_BoundaryEvent_5" targetElement="BPMNShape_ScriptTask_6"> > <di:waypoint xsi:type="dc:Point" x="300.0" y="209.0"/> > <di:waypoint xsi:type="dc:Point" x="300.0" y="239.0"/> > <di:waypoint xsi:type="dc:Point" x="330.0" y="239.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="BPMNShape_ScriptTask_6" targetElement="BPMNShape_EndEvent_6"> > <di:waypoint xsi:type="dc:Point" x="440.0" y="239.0"/> > <di:waypoint xsi:type="dc:Point" x="580.0" y="239.0"/> > <di:waypoint xsi:type="dc:Point" x="580.0" y="262.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="BPMNShape_ScriptTask_3" targetElement="BPMNShape_EndEvent_2"> > <di:waypoint xsi:type="dc:Point" x="672.0" y="45.0"/> > <di:waypoint xsi:type="dc:Point" x="688.0" y="45.0"/> > <di:waypoint xsi:type="dc:Point" x="688.0" y="79.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_11" sourceElement="BPMNShape_UserTask_2" targetElement="BPMNShape_ScriptTask_3"> > <di:waypoint xsi:type="dc:Point" x="601.0" y="150.0"/> > <di:waypoint xsi:type="dc:Point" x="617.0" y="150.0"/> > <di:waypoint xsi:type="dc:Point" x="617.0" y="70.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_12" sourceElement="BPMNShape_SubProcess_1" targetElement="BPMNShape_UserTask_2"> > <di:waypoint xsi:type="dc:Point" x="440.0" y="95.0"/> > <di:waypoint xsi:type="dc:Point" x="546.0" y="95.0"/> > <di:waypoint xsi:type="dc:Point" x="546.0" y="125.0"/> > </bpmndi:BPMNEdge> > <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_2" sourceElement="BPMNShape_ScriptTask_2" targetElement="BPMNShape_EndEvent_1"> > <di:waypoint xsi:type="dc:Point" x="334.0" y="125.0"/> > <di:waypoint xsi:type="dc:Point" x="364.0" y="125.0"/> > <di:waypoint xsi:type="dc:Point" x="364.0" y="125.0"/> > <di:waypoint xsi:type="dc:Point" x="402.0" y="125.0"/> > </bpmndi:BPMNEdge> > </bpmndi:BPMNPlane> > </bpmndi:BPMNDiagram> ></bpmn2:definitions>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1138530
: 934685