<dataInput id="_4_Source_IPInput" name="Source_IP" />
<dataInput id="_4_Start_DateInput" name="Start_Date" />
<dataInput id="_4_End_DateInput" name="End_Date" />
<dataInput id="_4_Source_IPInput" name="Source_IP" />
<dataInput id="_4_Start_DateInput" name="Start_Date" />
<dataInput id="_4_End_DateInput" name="End_Date" />
<inputSet>
<dataInputRefs>_4_Source_IPInput</dataInputRefs>
<dataInputRefs>_4_Start_DateInput</dataInputRefs>
<dataInputRefs>_4_End_DateInput</dataInputRefs>
<dataInputRefs>_4_Source_IPInput</dataInputRefs>
<dataInputRefs>_4_Start_DateInput</dataInputRefs>
<dataInputRefs>_4_End_DateInput</dataInputRefs>
</inputSet>
<outputSet>
</outputSet>
</ioSpecification>
<dataInputAssociation>
<sourceRef>processIP</sourceRef>
<targetRef>_4_Source_IPInput</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<sourceRef>processStartDate</sourceRef>
<targetRef>_4_Start_DateInput</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<sourceRef>processEndDate</sourceRef>
<targetRef>_4_End_DateInput</targetRef>
</dataInputAssociation>
<dataInputAssociation>
<targetRef>_4_Source_IPInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression"></from>
<to xsi:type="tFormalExpression">_4_Source_IPInput</to>
</assignment>
</dataInputAssociation>
<dataInputAssociation>
<targetRef>_4_Start_DateInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression"></from>
<to xsi:type="tFormalExpression">_4_Start_DateInput</to>
</assignment>
</dataInputAssociation>
<dataInputAssociation>
<targetRef>_4_End_DateInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression"></from>
<to xsi:type="tFormalExpression">_4_End_DateInput</to>
</assignment>
</dataInputAssociation>
</task>
<!-- connections -->
<sequenceFlow id="_4-_3" sourceRef="_4" targetRef="_3" />
<sequenceFlow id="_1-_4" sourceRef="_1" targetRef="_4" />
</process>
<bpmndi:BPMNDiagram>
<bpmndi:BPMNPlane bpmnElement="com.sample.bpmn.hello" >
<bpmndi:BPMNShape bpmnElement="_1" >
<dc:Bounds x="148" y="103" width="48" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_3" >
<dc:Bounds x="482" y="101" width="48" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="_4" >
<dc:Bounds x="249" y="101" width="178" height="48" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="_4-_3" >
<di:waypoint x="338" y="125" />
<di:waypoint x="506" y="125" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="_1-_4" >
<di:waypoint x="172" y="127" />
<di:waypoint x="338" y="125" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
The .wid file contains
[
"name" : "IP Conversations",
"parameters" : [
"Source_IP" : new StringDataType(),
"Start_Date" : new StringDataType(),
"End_Date" : new StringDataType()
],
"results" : [
"Source_IPs" : new StringDataType(),
"Source_Ports" : new StringDataType(),
"Dest_IPs" : new StringDataType(),
"Dest_Ports" : new StringDataType(),
"Recv_Time" : new StringDataType()
],
"displayName" : "IP Conversations"