User: admin@spiffworkflow.org clicked save for examples/0-2-basic-example/user-guide-basics.bpmn
This commit is contained in:
parent
9edb825e97
commit
c6d1c9855a
|
@ -4,7 +4,7 @@
|
|||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1bsnw7a</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:userTask id="Activity_0v7nz5r" name="Display Questions">
|
||||
<bpmn:userTask id="Activity_s__QUALI" name="Display Questions">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="norris-schema.json" />
|
||||
|
@ -34,7 +34,7 @@ Check out the "[1. Basics](https://spiffdemo.org/admin/process-groups/examples:1
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_11xcbxo</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1195zgn" sourceRef="Activity_0v7nz5r" targetRef="Activity_0twfaq6" />
|
||||
<bpmn:sequenceFlow id="Flow_1195zgn" sourceRef="Activity_s__QUALI" targetRef="Activity_0twfaq6" />
|
||||
<bpmn:manualTask id="Activity_0s0ak1j" name="0 Correct">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>## Total failure
|
||||
|
@ -136,7 +136,7 @@ This process model will use all of the concepts covered individually in the "Bas
|
|||
<bpmn:outgoing>Flow_0scd0lj</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_1bsnw7a" sourceRef="StartEvent_1" targetRef="Activity_s__NEW" />
|
||||
<bpmn:sequenceFlow id="Flow_0scd0lj" sourceRef="Activity_s__NEW" targetRef="Activity_0v7nz5r" />
|
||||
<bpmn:sequenceFlow id="Flow_0scd0lj" sourceRef="Activity_s__NEW" targetRef="Activity_s__QUALI" />
|
||||
<bpmn:sequenceFlow id="Flow_0hzwehr" sourceRef="Gateway_1em7510" targetRef="Activity_0shivvb" />
|
||||
<bpmn:manualTask id="Activity_0shivvb" name="Review">
|
||||
<bpmn:extensionElements>
|
||||
|
@ -185,7 +185,7 @@ Chuck Norris is proud of you.
|
|||
<bpmn:textAnnotation id="TextAnnotation_0xdb2cj">
|
||||
<bpmn:text>User Tasks allow you to collect information from real people through web forms.</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1puha8q" sourceRef="Activity_0v7nz5r" targetRef="TextAnnotation_0xdb2cj" />
|
||||
<bpmn:association id="Association_1puha8q" sourceRef="Activity_s__QUALI" targetRef="TextAnnotation_0xdb2cj" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_002deu1">
|
||||
<bpmn:text>Script Tasks provide a quick simple way to modify the data you collect.</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
|
@ -212,7 +212,7 @@ Chuck Norris is proud of you.
|
|||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-198" y="199" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_15rn7j8_di" bpmnElement="Activity_0v7nz5r">
|
||||
<bpmndi:BPMNShape id="Activity_15rn7j8_di" bpmnElement="Activity_s__QUALI">
|
||||
<dc:Bounds x="60" y="177" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
|
|
Loading…
Reference in New Issue