User: brendan.winnacott@myome.com clicked save for playground/myome/pizza/pizza.bpmn

This commit is contained in:
sartography-automated-committer 2023-11-20 21:44:32 +00:00
parent c26a9e4adb
commit f15872cb47

View File

@ -54,7 +54,14 @@ If you don't like pizza, you're in the wrong place.</spiffworkflow:instructionsF
<bpmn:sequenceFlow id="Flow_0o85f56" sourceRef="Activity_06z15yy" targetRef="Event_0js86mf" />
<bpmn:manualTask id="Activity_06z15yy" name="Confirm order">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser></spiffworkflow:instructionsForEndUser>
<spiffworkflow:instructionsForEndUser># Here's the damage...
Pizza Price: {{base_price}}
Topping Price: {{topping_price}}
---
# Total Price: {{ total_price }}</spiffworkflow:instructionsForEndUser>
<spiffworkflow:preScript>total_price = base_price + topping_price * len(toppings)</spiffworkflow:preScript>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0gzjjcz</bpmn:incoming>
<bpmn:outgoing>Flow_0o85f56</bpmn:outgoing>