mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:48:17 +00:00
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…
x
Reference in New Issue
Block a user