User: dingli@gmail.com clicked save for playground/tencent/spiffducks/ducks.bpmn
This commit is contained in:
parent
1a8fb9a3de
commit
816f7aecd1
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1ntgj7m" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.10.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
|
<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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1ntgj7m" 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="duck_process" isExecutable="true">
|
<bpmn:process id="duck_process" isExecutable="true">
|
||||||
<bpmn:startEvent id="StartEvent_1">
|
<bpmn:startEvent id="StartEvent_1">
|
||||||
<bpmn:outgoing>Flow_1</bpmn:outgoing>
|
<bpmn:outgoing>Flow_1</bpmn:outgoing>
|
||||||
|
@ -21,6 +21,10 @@
|
||||||
</camunda:formField>
|
</camunda:formField>
|
||||||
<camunda:formField id="tolerant" label="I don't mind finding feathers and eggs in my home." type="boolean" />
|
<camunda:formField id="tolerant" label="I don't mind finding feathers and eggs in my home." type="boolean" />
|
||||||
</camunda:formData>
|
</camunda:formData>
|
||||||
|
<spiffworkflow:properties>
|
||||||
|
<spiffworkflow:property name="formJsonSchemaFilename" value="interview-client-schema.json" />
|
||||||
|
<spiffworkflow:property name="formUiSchemaFilename" value="interview-client-uischema.json" />
|
||||||
|
</spiffworkflow:properties>
|
||||||
</bpmn:extensionElements>
|
</bpmn:extensionElements>
|
||||||
<bpmn:incoming>Flow_1</bpmn:incoming>
|
<bpmn:incoming>Flow_1</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_2</bpmn:outgoing>
|
<bpmn:outgoing>Flow_2</bpmn:outgoing>
|
||||||
|
|
Loading…
Reference in New Issue