<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http: xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_16j5km4" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.8.1" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="1.0.0">
<bpmn:process id="Process_16w7718" isExecutable="true">
<bpmn:extensionElements>
<zeebe:userTaskForm id="userTaskForm_22lqpqp">{ "type": "default", "components": [ { "key": "textfield1", "label": "SomeInput", "type": "textfield" }, { "key": "button1", "label": "Button", "type": "button" } ] }</zeebe:userTaskForm>
</bpmn:extensionElements>
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_107v876</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_107v876" sourceRef="StartEvent_1" targetRef="myServiceTask" />
<bpmn:serviceTask id="myServiceTask" name="Do Stuff">
<bpmn:incoming>Flow_107v876</bpmn:incoming>
<bpmn:outgoing>Flow_0huwgpw</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_0huwgpw" sourceRef="myServiceTask" targetRef="userTask1" />
<bpmn:userTask id="userTask1" name="SimpleForm">
<bpmn:extensionElements>
<zeebe:formDefinition formKey="camunda-forms:bpmn:userTaskForm_22lqpqp" />
</bpmn:extensionElements>
<bpmn:incoming>Flow_0huwgpw</bpmn:incoming>
<bpmn:outgoing>Flow_15zaob9</bpmn:outgoing>
</bpmn:userTask>
<bpmn:endEvent id="Event_1h641dy">
<bpmn:incoming>Flow_15zaob9</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_15zaob9" sourceRef="userTask1" targetRef="Event_1h641dy" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_16w7718">
<bpmndi:BPMNEdge id="Flow_107v876_di" bpmnElement="Flow_107v876">
<di:waypoint x="215" y="117" />
<di:waypoint x="270" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0huwgpw_di" bpmnElement="Flow_0huwgpw">
<di:waypoint x="370" y="117" />
<di:waypoint x="430" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15zaob9_di" bpmnElement="Flow_15zaob9">
<di:waypoint x="530" y="117" />
<di:waypoint x="592" y="117" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_083mefx_di" bpmnElement="myServiceTask">
<dc:Bounds x="270" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1o1gcg4_di" bpmnElement="userTask1">
<dc:Bounds x="430" y="77" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1h641dy_di" bpmnElement="Event_1h641dy">
<dc:Bounds x="592" y="99" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Hi maximilian.trumpf,
Thank you for raising this topic. Can you also provide a basic Camunda Cloud diagram with this ticket, so that we can have something to see what the current behavior is, and to be able to test the expected behavior?
Best,
Nikola