User: admin@spiffworkflow.org clicked save for playground/dan/example-process-model/quick_diagram.bpmn
This commit is contained in:
parent
55fbef797b
commit
b0ff380b89
|
@ -12,7 +12,7 @@
|
|||
<bpmn:sequenceFlow id="Flow_0pznl6m" sourceRef="Activity_0085ht5" targetRef="Activity_0uqh7o3" />
|
||||
<bpmn:serviceTask id="Activity_0ht8xfw" name="Get Details from remote API">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="http/GetRequest">
|
||||
<spiffworkflow:serviceTaskOperator id="http/GetRequest" resultVariable="response">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="basic_auth_password" type="str" />
|
||||
<spiffworkflow:parameter id="basic_auth_username" type="str" />
|
||||
|
@ -46,6 +46,9 @@
|
|||
<bpmndi:BPMNShape id="Event_17jb6rj_di" bpmnElement="Event_17jb6rj">
|
||||
<dc:Bounds x="382" y="-338" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_07y46lv_di" bpmnElement="Event_07y46lv">
|
||||
<dc:Bounds x="892" y="-338" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_03wwrbn_di" bpmnElement="Activity_0ht8xfw">
|
||||
<dc:Bounds x="470" y="-360" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -54,9 +57,6 @@
|
|||
<dc:Bounds x="630" y="-360" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_07y46lv_di" bpmnElement="Event_07y46lv">
|
||||
<dc:Bounds x="892" y="-338" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1opdkws_di" bpmnElement="Activity_0uqh7o3">
|
||||
<dc:Bounds x="770" y="-360" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
|
Loading…
Reference in New Issue