Hi @Niall , I was working on the .bpmn file and might have given you the edited one.
Here the bpmn file. Form is the same which is sent earlier
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1ggnvy8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.10.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="Process_0b4e0fo" isExecutable="true">
<bpmn:sequenceFlow id="Flow_1rtxg0b" sourceRef="StartEvent_1" targetRef="Activity_10ydg16" />
<bpmn:userTask id="Activity_10ydg16" name="review the fund data">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="Input_38dnjov" />
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1rtxg0b</bpmn:incoming>
<bpmn:outgoing>Flow_0dpwgd2</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0dpwgd2" sourceRef="Activity_10ydg16" targetRef="Gateway_0j504et" />
<bpmn:task id="Activity_0sp0lyq" name="Make api call and mark status rejected and save with _status rejected">
<bpmn:incoming>Flow_0by870g</bpmn:incoming>
<bpmn:outgoing>Flow_09y5lwv</bpmn:outgoing>
</bpmn:task>
<bpmn:startEvent id="StartEvent_1" name="create fund">
<bpmn:outgoing>Flow_1rtxg0b</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_0029djr" messageRef="Message_1i4nqij" />
</bpmn:startEvent>
<bpmn:exclusiveGateway id="Gateway_0j504et" name=" ">
<bpmn:incoming>Flow_0dpwgd2</bpmn:incoming>
<bpmn:outgoing>Flow_0ugpmu5</bpmn:outgoing>
<bpmn:outgoing>Flow_0by870g</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_0ugpmu5" name="Approved" sourceRef="Gateway_0j504et" targetRef="Activity_0nhzb82">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression" />
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0by870g" name="Rejected" sourceRef="Gateway_0j504et" targetRef="Activity_0sp0lyq" />
<bpmn:endEvent id="Event_06salw0">
<bpmn:incoming>Flow_067q5yz</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_067q5yz" sourceRef="Activity_0nhzb82" targetRef="Event_06salw0" />
<bpmn:endEvent id="Event_1uoixpd">
<bpmn:incoming>Flow_09y5lwv</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_09y5lwv" sourceRef="Activity_0sp0lyq" targetRef="Event_1uoixpd" />
<bpmn:task id="Activity_0nhzb82" name="Make api call and mark status approved and create record">
<bpmn:incoming>Flow_0ugpmu5</bpmn:incoming>
<bpmn:outgoing>Flow_067q5yz</bpmn:outgoing>
</bpmn:task>
</bpmn:process>
<bpmn:message id="Message_1i4nqij" name="fundCreated" />
<bpmn:message id="Message_0ucf0g6" name="fundCreationApproved" />
<bpmn:message id="Message_01c4olc" name="fundCreationRejected" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0b4e0fo">
<bpmndi:BPMNEdge id="Flow_0dpwgd2_di" bpmnElement="Flow_0dpwgd2">
<di:waypoint x="370" y="127" />
<di:waypoint x="425" y="127" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1rtxg0b_di" bpmnElement="Flow_1rtxg0b">
<di:waypoint x="215" y="127" />
<di:waypoint x="270" y="127" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ugpmu5_di" bpmnElement="Flow_0ugpmu5">
<di:waypoint x="475" y="127" />
<di:waypoint x="623" y="127" />
<di:waypoint x="623" y="120" />
<di:waypoint x="770" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="691" y="134" width="48" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0by870g_di" bpmnElement="Flow_0by870g">
<di:waypoint x="450" y="152" />
<di:waypoint x="450" y="230" />
<di:waypoint x="770" y="230" />
<bpmndi:BPMNLabel>
<dc:Bounds x="443" y="188" width="44" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_067q5yz_di" bpmnElement="Flow_067q5yz">
<di:waypoint x="870" y="120" />
<di:waypoint x="922" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_09y5lwv_di" bpmnElement="Flow_09y5lwv">
<di:waypoint x="870" y="230" />
<di:waypoint x="922" y="230" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_18ni4qn_di" bpmnElement="Activity_10ydg16">
<dc:Bounds x="270" y="87" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0sp0lyq_di" bpmnElement="Activity_0sp0lyq">
<dc:Bounds x="770" y="190" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0dvg425_di" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="109" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="169" y="152" width="56" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1eq19yp_di" bpmnElement="Gateway_0j504et" isMarkerVisible="true">
<dc:Bounds x="425" y="102" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="531" y="187" width="0" height="66" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_06salw0_di" bpmnElement="Event_06salw0">
<dc:Bounds x="922" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1uoixpd_di" bpmnElement="Event_1uoixpd">
<dc:Bounds x="922" y="212" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1yf9y17_di" bpmnElement="Activity_0nhzb82">
<dc:Bounds x="770" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
I am able to deploy this bpmn alone.
But I am unable to dpeloy bpmn and form together
I am new to Camunda and want to use it in our product as maker checker workflow. I am researching on the capabilities that Camunda provides