mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:58:28 +00:00
User: brendan.winnacott@myome.com clicked save for playground/myome/pizza/pizza.bpmn
This commit is contained in:
parent
c26a9e4adb
commit
f15872cb47
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user