03-26-2014 11:41 AM
<?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: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="Examples">
<process id="certificadosExpedientesCMAE" name="CMAE 13:06 - Generación de certificados de expedientes">
<startEvent id="theStart" name="Start" activiti:formKey="cmae:tareaInicio">
</startEvent>
<serviceTask id="javaService" name="Servicio Java asociado" activiti:class="org.activiti.colaboracion.cmae.wfs.expedientes.certificados.CreacionCertificadosExpedientes">
</serviceTask>
<userTask id="usertask1" name="User Task" activiti:candidateGroups="user"></userTask>
<endEvent id="theEnd" name="End"></endEvent>
<sequenceFlow id="flow1" name="" sourceRef="theStart" targetRef="javaService"></sequenceFlow>
<sequenceFlow id="flow2" name="" sourceRef="javaService" targetRef="usertask1"></sequenceFlow>
<sequenceFlow id="flow3" name="" sourceRef="usertask1" targetRef="theEnd"></sequenceFlow>
</process>
</definitions>
<?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: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="Examples">
<process id="certificadosExpedientesCMAE" name="CMAE 13:06 - Generación de certificados de expedientes">
<startEvent id="theStart" name="Start" activiti:formKey="cmae:tareaInicio">
</startEvent>
<serviceTask id="javaService" name="Servicio Java asociado" activiti:class="org.activiti.colaboracion.cmae.wfs.expedientes.certificados.CreacionCertificadosExpedientes">
</serviceTask>
<!–<userTask id="usertask1" name="User Task" activiti:candidateGroups="user"></userTask>–>
<endEvent id="theEnd" name="End"></endEvent>
<sequenceFlow id="flow1" name="" sourceRef="theStart" targetRef="javaService"></sequenceFlow>
<sequenceFlow id="flow2" name="" sourceRef="javaService" targetRef="theEnd"></sequenceFlow>
<!–<sequenceFlow id="flow2" name="" sourceRef="javaService" targetRef="usertask1"></sequenceFlow>
<sequenceFlow id="flow3" name="" sourceRef="usertask1" targetRef="theEnd"></sequenceFlow>–>
</process>
</definitions>
04-08-2014 08:14 AM
<intermediateCatchEvent id="timerEvent">
<timerEventDefinition>
<timeDuration>PT5S</timeDuration>
</timerEventDefinition>
</intermediateCatchEvent>
<sequenceFlow id="flow2" name="" sourceRef="javaService" targetRef="timerEvent"></sequenceFlow>
<sequenceFlow id="flow3" sourceRef='timerEvent' targetRef='theEnd' />
04-09-2014 07:18 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.