User: alex clicked save for shared/enumerations/enumerations.bpmn
This commit is contained in:
parent
0e91690f1a
commit
c756a5b860
|
@ -74,7 +74,9 @@ for n in range(0, enumerations_items_list_cnt):
|
|||
<bpmn:incoming>Flow_0jcctpu</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0322grc</bpmn:outgoing>
|
||||
<bpmn:script>if whichEnum == "add":
|
||||
addSubject = "Enumeration"</bpmn:script>
|
||||
addSubject = "Enumeration"
|
||||
else:
|
||||
addSubject = next(filter(lambda d: d['value'] == whichEnum, enumerations_list))['label']</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_0d8570g" sourceRef="Activity_0bvdyir" targetRef="enumeration_user_task" />
|
||||
<bpmn:sequenceFlow id="Flow_0322grc" sourceRef="Activity_1ifnmsg" targetRef="Activity_1cl0n43" />
|
||||
|
|
Loading…
Reference in New Issue