User: ciuser1 clicked save for documentation/user-guide-basics/user-guide-basics.bpmn

This commit is contained in:
staging 2022-10-15 22:09:21 +00:00
parent f34c9c0e0d
commit c18225f05b
1 changed files with 4 additions and 4 deletions

View File

@ -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>