Skip to content
Snippets Groups Projects
CheckServiceActionStatusProcess.bpmn 2.52 KiB
Newer Older
tranoris's avatar
tranoris committed
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
  <process id="CheckServiceActionStatusProcess" name="CheckServiceActionStatus process" isExecutable="true">
    <startEvent id="timerstartevent1" name="Timer start">
      <timerEventDefinition>
        <timeCycle>0/30 * * * * ?</timeCycle>
      </timerEventDefinition>
    </startEvent>
    <serviceTask id="servicetaskCheckActionsStatus" name="Service Task CheckActionsStatus " activiti:delegateExpression="${CheckActionsStatus}"></serviceTask>
    <endEvent id="endevent1" name="End"></endEvent>
    <sequenceFlow id="flow1" sourceRef="timerstartevent1" targetRef="servicetaskCheckActionsStatus"></sequenceFlow>
    <sequenceFlow id="flow2" sourceRef="servicetaskCheckActionsStatus" targetRef="endevent1"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_CheckServiceActionStatusProcess">
    <bpmndi:BPMNPlane bpmnElement="CheckServiceActionStatusProcess" id="BPMNPlane_CheckServiceActionStatusProcess">
      <bpmndi:BPMNShape bpmnElement="timerstartevent1" id="BPMNShape_timerstartevent1">
        <omgdc:Bounds height="35.0" width="35.0" x="180.0" y="230.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="servicetaskCheckActionsStatus" id="BPMNShape_servicetaskCheckActionsStatus">
        <omgdc:Bounds height="91.0" width="147.0" x="290.0" y="202.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
        <omgdc:Bounds height="35.0" width="35.0" x="520.0" y="230.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
        <omgdi:waypoint x="215.0" y="247.0"></omgdi:waypoint>
        <omgdi:waypoint x="290.0" y="247.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
        <omgdi:waypoint x="437.0" y="247.0"></omgdi:waypoint>
        <omgdi:waypoint x="520.0" y="247.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>