User: ciuser1 clicked save for documentation/user-guide-basics/user-guide-basics.bpmn
This commit is contained in:
parent
f34c9c0e0d
commit
c18225f05b
|
@ -118,10 +118,10 @@ telephone_all = country_code + " " + area_code + " " + phone_number_all</bpmn:sc
|
||||||
<bpmn:sequenceFlow id="Flow_1czgyj5" sourceRef="Gateway_1em7510" targetRef="Event_0c62aiv" />
|
<bpmn:sequenceFlow id="Flow_1czgyj5" sourceRef="Gateway_1em7510" targetRef="Event_0c62aiv" />
|
||||||
<bpmn:manualTask id="Activity_1ewbhqq" name="Call Some Other Chuck">
|
<bpmn:manualTask id="Activity_1ewbhqq" name="Call Some Other Chuck">
|
||||||
<bpmn:extensionElements>
|
<bpmn:extensionElements>
|
||||||
<spiffworkflow:instructionsForEndUser>## Call Some Other Chuck.
|
<spiffworkflow:instructionsForEndUser>## Call Some Other Chuck
|
||||||
**First Name:** {{ firstName }}.
|
**First Name:** {{ firstName }}
|
||||||
**Last Name:** {{ lastName }}.
|
**Last Name:** {{ lastName }}
|
||||||
**Telephone:** {{ telephone_all }} . </spiffworkflow:instructionsForEndUser>
|
**Telephone:** {{ telephone_all }} </spiffworkflow:instructionsForEndUser>
|
||||||
</bpmn:extensionElements>
|
</bpmn:extensionElements>
|
||||||
<bpmn:incoming>Flow_0u5kd7m</bpmn:incoming>
|
<bpmn:incoming>Flow_0u5kd7m</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_0q4rvgc</bpmn:outgoing>
|
<bpmn:outgoing>Flow_0q4rvgc</bpmn:outgoing>
|
||||||
|
|
Loading…
Reference in New Issue