User: brendan.winnacott@myome.com clicked save for playground/myome/pizza/pizza.bpmn
This commit is contained in:
parent
5b1324aeb0
commit
6610198442
|
@ -61,7 +61,7 @@ Topping Price: {{topping_price}}
|
|||
|
||||
---
|
||||
# Total Price: {{ total_price }}</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript>total_price = base_price + topping_price * len(toppings)</spiffworkflow:preScript>
|
||||
<spiffworkflow:preScript>total_price = round(base_price + topping_price * len(toppings), 2)</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0gzjjcz</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0o85f56</bpmn:outgoing>
|
||||
|
|
Loading…
Reference in New Issue