We now get an email model back
This commit is contained in:
parent
f1dbda7f95
commit
a1a06f06ca
|
@ -19,15 +19,12 @@ Email content to be delivered to {{ ApprvlApprvr1 }}
|
||||||
|
|
||||||
---
|
---
|
||||||
**Test Some Formatting**
|
**Test Some Formatting**
|
||||||
 _UVA Tracking Number:_ {{ 321 }}
|
&ensp;_UVA Tracking Number:_ {{ 321 }}</bpmn:documentation>
|
||||||
|
|
||||||
</bpmn:documentation>
|
|
||||||
<bpmn:incoming>Flow_08n2npe</bpmn:incoming>
|
<bpmn:incoming>Flow_08n2npe</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_1xlrgne</bpmn:outgoing>
|
<bpmn:outgoing>Flow_1xlrgne</bpmn:outgoing>
|
||||||
<bpmn:script>subject="Camunda Email Subject"
|
<bpmn:script>subject="Camunda Email Subject"
|
||||||
recipients=[ApprvlApprvr1,PIComputingID]
|
recipients=[ApprvlApprvr1,PIComputingID]
|
||||||
email_id = email(subject=subject,recipients=recipients)
|
email_model = email(subject=subject,recipients=recipients)</bpmn:script>
|
||||||
</bpmn:script>
|
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
<bpmn:sequenceFlow id="Flow_1synsig" sourceRef="StartEvent_1" targetRef="Activity_1l9vih3" />
|
<bpmn:sequenceFlow id="Flow_1synsig" sourceRef="StartEvent_1" targetRef="Activity_1l9vih3" />
|
||||||
<bpmn:sequenceFlow id="Flow_1xlrgne" sourceRef="Activity_0s5v97n" targetRef="Event_0izrcj4" />
|
<bpmn:sequenceFlow id="Flow_1xlrgne" sourceRef="Activity_0s5v97n" targetRef="Event_0izrcj4" />
|
||||||
|
|
Loading…
Reference in New Issue