User: dan@sartography.com clicked save for playground/dan/pizza-palace/test.bpmn
This commit is contained in:
parent
a1e3042edd
commit
014eb27aa0
|
@ -26,24 +26,24 @@ Press submit below to start your order!</spiffworkflow:instructionsForEndUser>
|
|||
<spiffworkflow:property name="formJsonSchemaFilename" value="pizza-order-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="pizza-order-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
<spiffworkflow:preScript> pizza_sizes = [
|
||||
{
|
||||
"value": "small",
|
||||
"label": "small"
|
||||
},
|
||||
{
|
||||
"value": "medium",
|
||||
"label": "medium"
|
||||
},
|
||||
{
|
||||
"value": "large",
|
||||
"label": "large"
|
||||
},
|
||||
{
|
||||
"value": "extra-large",
|
||||
"label": "extra-large"
|
||||
}
|
||||
]</spiffworkflow:preScript>
|
||||
<spiffworkflow:preScript>pizza_sizes = [
|
||||
{
|
||||
"value": "small",
|
||||
"label": "small"
|
||||
},
|
||||
{
|
||||
"value": "medium",
|
||||
"label": "medium"
|
||||
},
|
||||
{
|
||||
"value": "large",
|
||||
"label": "large"
|
||||
},
|
||||
{
|
||||
"value": "extra-large",
|
||||
"label": "extra-large"
|
||||
}
|
||||
]</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_10nx10l</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0hnc6m8</bpmn:outgoing>
|
||||
|
|
Loading…
Reference in New Issue