10-27-2021 06:11 AM
Hi, I have deployed Activiti example in Activity cloud in docker. The product work fine and I can start processes with your postman collection. If I make a new process definition with modeler, it dont deploy in the example-runtime-bundle. It look like mi process was ignored. Attach the log.
Mi process is in declresp.bpmn20.xml
2021-10-27 07:38:52.160 INFO [rb,,] 9 --- [ main] o.a.spring.resources.ResourceFinder : The following process definition files will be deployed: [basic-Inclusive-gateway.bpmn20.xml, boundaryTimerEventExample.bpmn20.xml, ConnectorProcess.bpmn20.xml, declresp.bpmn20.xml, errorBoundaryEventCallActivity.bpmn20.xml, errorBoundaryEventSubProcess.bpmn20.xml, errorStartEventSubProcess.bpmn20.xml, intermediateTimerEventExample.bpmn20.xml, MessageIT.bpmn20.xml, miParallelCloudConnector.bpmn20.xml, multi-instance-parallel-all-output-data-ref.bpmn20.xml, parentProcess.bpmn20.xml, parentProcessCallActivityMapping.bpmn20.xml, parentProcessCallActivityMappingEmptyMapping.bpmn20.xml, parentProcessCallActivityMappingEmptyMappingWithTask.bpmn20.xml, Process Information.bpmn20.xml, Process with Generic BPMN Task.bpmn20.xml, processstartevent.bpmn20.xml, ProcessWithBoundarySignal.bpmn20.xml, processWithVariables.bpmn20.xml, RankMovie.bpmn20.xml, SignalCatchEventProcess.bpmn20.xml, SignalStartProcessEvent.bpmn20.xml, SignalThrowEventProcess.bpmn20.xml, Simple subprocess.bpmn20.xml, simpleEmbeddedSubProcess.bpmn20.xml, SimpleProcess.bpmn20.xml, simpleSubProcessErrorEvent.bpmn20.xml, SingleTaskProcess.bpmn20.xml, SingleTaskProcessGroupCandidates.bpmn20.xml, SingleTaskProcessGroupCandidatesTestGroup.bpmn20.xml, SingleTaskProcessUserCandidates.bpmn20.xml, startTimerEventExample.bpmn20.xml, Subprocess Parent.bpmn20.xml, subProcess.bpmn20.xml, subProcessCallActivityMapping.bpmn20.xml, SubProcessTest.fixSystemFailureProcess.bpmn20.xml, task-date-var-mapping.bpmn20.xml, TestBpmnErrorConnector.bpmn20.xml, TestErrorConnector.bpmn20.xml, two-usertask-parallel.bpmn20.xml, CloudNativeMessageEvents.bpmn, HeadersConnectorProcess.bpmn]
2021-10-27 07:38:52.876 INFO [rb,,] 9 --- [ main] o.a.spring.resources.ResourceFinder : The following process extension files will be deployed: [call-activity-subprocess-variable-mapping-extensions.json, call-activity-variable-mapping-empty-mapping-extensions.json, call-activity-variable-mapping-empty-mapping-with-task-extensions.json, call-activity-variable-mapping-extensions.json, ConnectorProcess-extensions.json, declresp-extensions.json, HeadersConnectorProcess-extensions.json, miParallelCloudConnector-extensions.json, multi-instance-parallel-all-output-data-ref-extensions.json, processstartevent-extensions.json, processWithVariables-extensions.json, RankMovie-extensions.json, task-date-var-mapping-extensions.json, two-usertask-parallel-extensions.json]
But when the engine try to deploy, my process in not deployed
2021-10-27 07:39:08.852 DEBUG [rb,,] 9 --- [ main] o.a.e.i.b.d.ParsedDeploymentBuilder : Processing BPMN resource ConnectorProcess.bpmn20.xml
2021-10-27 07:39:08.866 DEBUG [rb,,] 9 --- [ main] o.a.e.i.b.d.ParsedDeploymentBuilder : Processing BPMN resource Process Information.bpmn20.xml
2021-10-27 07:39:08.873 DEBUG [rb,,] 9 --- [ main] o.a.e.i.b.d.ParsedDeploymentBuilder : Processing BPMN resource startTimerEventExample.bpmn20.xml
What am i doing wrong?
Thanks in advance. Attach my process definition
<?xml version="1.0" encoding="UTF-8"?> <bpmn2:definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmn2="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://bpmn.io/schema/bpmn" id="model-d2c98fa4-449d-49aa-b66d-955b8c7a5a1f" name="declresp" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> <bpmn2:process id="Process_Uku1Wnmhf" name="declresp" isExecutable="true"> <bpmn2:startEvent id="Event_1" name="Start"> <bpmn2:outgoing>SequenceFlow_03ikpq1</bpmn2:outgoing> </bpmn2:startEvent> <bpmn2:endEvent id="EndEvent_1xzo8be" name="End"> <bpmn2:incoming>SequenceFlow_0yn61nd</bpmn2:incoming> </bpmn2:endEvent> <bpmn2:sequenceFlow id="SequenceFlow_03ikpq1" sourceRef="Event_1" targetRef="ServiceTask_14mp0xy"></bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_1nquj56" sourceRef="ServiceTask_14mp0xy" targetRef="ServiceTask_1ombn1w"></bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_0xntpfh" sourceRef="ServiceTask_1ombn1w" targetRef="ServiceTask_0jc1woa"></bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_0yn61nd" sourceRef="ServiceTask_0ffd0c4" targetRef="EndEvent_1xzo8be"></bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_0t28h2s" sourceRef="ServiceTask_050ep1j" targetRef="ServiceTask_0ffd0c4"></bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_0sm10b6" sourceRef="ServiceTask_0efsqlr" targetRef="ServiceTask_050ep1j"></bpmn2:sequenceFlow> <bpmn2:exclusiveGateway id="ExclusiveGateway_1y38pgn" name="esFirmaLegitima"> <bpmn2:incoming>SequenceFlow_1w5hjco</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0bqdc61</bpmn2:outgoing> <bpmn2:outgoing>SequenceFlow_079t187</bpmn2:outgoing> </bpmn2:exclusiveGateway> <bpmn2:sequenceFlow id="SequenceFlow_1w5hjco" sourceRef="ServiceTask_0jc1woa" targetRef="ExclusiveGateway_1y38pgn"></bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_0bqdc61" name="firmaOK" sourceRef="ExclusiveGateway_1y38pgn" targetRef="ServiceTask_0efsqlr"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${esFirmaLegitima==true}]]></conditionExpression> </bpmn2:sequenceFlow> <bpmn2:sequenceFlow id="SequenceFlow_079t187" name="firmaKO" sourceRef="ExclusiveGateway_1y38pgn" targetRef="ServiceTask_050ep1j"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${esFirmaLegitima==false}]]></conditionExpression> </bpmn2:sequenceFlow> <bpmn2:task id="ServiceTask_14mp0xy" name="RegistroEntradaGeiser"> <bpmn2:incoming>SequenceFlow_03ikpq1</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_1nquj56</bpmn2:outgoing> </bpmn2:task> <bpmn2:task id="ServiceTask_1ombn1w" name="LegitimarFirma"> <bpmn2:incoming>SequenceFlow_1nquj56</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0xntpfh</bpmn2:outgoing> </bpmn2:task> <bpmn2:task id="ServiceTask_0jc1woa" name="CreacionExpediente"> <bpmn2:incoming>SequenceFlow_0xntpfh</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_1w5hjco</bpmn2:outgoing> </bpmn2:task> <bpmn2:task id="ServiceTask_0efsqlr" name="RegistroRepresentantes"> <bpmn2:incoming>SequenceFlow_0bqdc61</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0sm10b6</bpmn2:outgoing> </bpmn2:task> <bpmn2:task id="ServiceTask_050ep1j" name="CerrarExpediente"> <bpmn2:incoming>SequenceFlow_0sm10b6</bpmn2:incoming> <bpmn2:incoming>SequenceFlow_079t187</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0t28h2s</bpmn2:outgoing> </bpmn2:task> <bpmn2:task id="ServiceTask_0ffd0c4" name="EnvioComunicacion"> <bpmn2:incoming>SequenceFlow_0t28h2s</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_0yn61nd</bpmn2:outgoing> </bpmn2:task> </bpmn2:process> <bpmndi:BPMNDiagram id="BPMNDiagram_Process_Uku1Wnmhf"> <bpmndi:BPMNPlane bpmnElement="Process_Uku1Wnmhf" id="BPMNPlane_Process_Uku1Wnmhf"> <bpmndi:BPMNShape bpmnElement="Event_1" id="BPMNShape_Event_1"> <omgdc:Bounds height="36.0" width="36.0" x="392.0" y="62.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="EndEvent_1xzo8be" id="BPMNShape_EndEvent_1xzo8be"> <omgdc:Bounds height="36.0" width="36.0" x="692.0" y="62.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ExclusiveGateway_1y38pgn" id="BPMNShape_ExclusiveGateway_1y38pgn"> <omgdc:Bounds height="50.0" width="50.0" x="515.0" y="475.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ServiceTask_14mp0xy" id="BPMNShape_ServiceTask_14mp0xy"> <omgdc:Bounds height="80.0" width="100.0" x="360.0" y="160.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ServiceTask_1ombn1w" id="BPMNShape_ServiceTask_1ombn1w"> <omgdc:Bounds height="80.0" width="100.0" x="360.0" y="310.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ServiceTask_0jc1woa" id="BPMNShape_ServiceTask_0jc1woa"> <omgdc:Bounds height="80.0" width="100.0" x="360.0" y="460.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ServiceTask_0efsqlr" id="BPMNShape_ServiceTask_0efsqlr"> <omgdc:Bounds height="80.0" width="100.0" x="660.0" y="460.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ServiceTask_050ep1j" id="BPMNShape_ServiceTask_050ep1j"> <omgdc:Bounds height="80.0" width="100.0" x="660.0" y="310.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="ServiceTask_0ffd0c4" id="BPMNShape_ServiceTask_0ffd0c4"> <omgdc:Bounds height="80.0" width="100.0" x="660.0" y="160.0"></omgdc:Bounds> </bpmndi:BPMNShape> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_03ikpq1" id="BPMNEdge_SequenceFlow_03ikpq1"> <omgdi:waypoint x="410.0" y="98.0"></omgdi:waypoint> <omgdi:waypoint x="410.0" y="160.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_1nquj56" id="BPMNEdge_SequenceFlow_1nquj56"> <omgdi:waypoint x="410.0" y="240.0"></omgdi:waypoint> <omgdi:waypoint x="410.0" y="310.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0xntpfh" id="BPMNEdge_SequenceFlow_0xntpfh"> <omgdi:waypoint x="410.0" y="390.0"></omgdi:waypoint> <omgdi:waypoint x="410.0" y="460.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0yn61nd" id="BPMNEdge_SequenceFlow_0yn61nd"> <omgdi:waypoint x="710.0" y="160.0"></omgdi:waypoint> <omgdi:waypoint x="710.0" y="98.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0t28h2s" id="BPMNEdge_SequenceFlow_0t28h2s"> <omgdi:waypoint x="710.0" y="310.0"></omgdi:waypoint> <omgdi:waypoint x="710.0" y="240.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0sm10b6" id="BPMNEdge_SequenceFlow_0sm10b6"> <omgdi:waypoint x="710.0" y="460.0"></omgdi:waypoint> <omgdi:waypoint x="710.0" y="390.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_1w5hjco" id="BPMNEdge_SequenceFlow_1w5hjco"> <omgdi:waypoint x="460.0" y="500.0"></omgdi:waypoint> <omgdi:waypoint x="515.0" y="500.0"></omgdi:waypoint> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_0bqdc61" id="BPMNEdge_SequenceFlow_0bqdc61"> <omgdi:waypoint x="565.0" y="500.0"></omgdi:waypoint> <omgdi:waypoint x="660.0" y="500.0"></omgdi:waypoint> <bpmndi:BPMNLabel> <omgdc:Bounds height="14.0" width="41.0" x="594.0" y="482.0"></omgdc:Bounds> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="SequenceFlow_079t187" id="BPMNEdge_SequenceFlow_079t187"> <omgdi:waypoint x="540.0" y="475.0"></omgdi:waypoint> <omgdi:waypoint x="540.0" y="350.0"></omgdi:waypoint> <omgdi:waypoint x="660.0" y="350.0"></omgdi:waypoint> <bpmndi:BPMNLabel> <omgdc:Bounds height="14.0" width="40.0" x="550.0" y="410.0"></omgdc:Bounds> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> </bpmndi:BPMNDiagram> </bpmn2:definitions>
Explore our Alfresco products with the links below. Use labels to filter content by product module.