User: dbayless@humanscalebusiness.org clicked save for playground/human-scale-business/test-process/Data Modification.bpmn
This commit is contained in:
parent
f26ce1b7c6
commit
ea06178ed6
|
@ -28,9 +28,7 @@
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1rhufnh</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1nzxnal</bpmn:outgoing>
|
||||
<bpmn:script>num_correct = 0
|
||||
|
||||
if flag_stars.lower().strip() == "twelve":
|
||||
<bpmn:script>if flag_stars.lower().strip() == "twelve":
|
||||
num_correct += 1
|
||||
elif int(flag_stars) == 12:
|
||||
num_correct += 1
|
||||
|
@ -80,6 +78,7 @@ del(k)</spiffworkflow:preScript>
|
|||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="sample-input-form-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="sample-input-form-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1nl5h18</bpmn:incoming>
|
||||
|
|
Loading…
Reference in New Issue