mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 05:55:22 +00:00
User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/issue2.bpmn
This commit is contained in:
parent
222a9669c9
commit
6ea35fff2f
@ -127,13 +127,11 @@
|
||||
<bpmn:scriptTask id="Activity_0ht4dom">
|
||||
<bpmn:incoming>Flow_0w34s28</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ndqjvb</bpmn:outgoing>
|
||||
<bpmn:script>import secrets
|
||||
|
||||
issue_voucher_number = f"ISS-{secrets.randbelow(1000000):06}"
|
||||
na_number = f"NA-{secrets.randbelow(1000000):06}"
|
||||
demand_no = f"Demand-{secrets.randbelow(1000000):06}"
|
||||
|
||||
<bpmn:script>import random
|
||||
|
||||
issue_voucher_number = f"ISS-{random.randint(0, 999999):06}"
|
||||
na_number = f"NA-{random.randint(0, 999999):06}"
|
||||
demand_no = f"Demand-{random.randint(0, 999999):06}"
|
||||
</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1ndqjvb" sourceRef="Activity_0ht4dom" targetRef="Activity_0qpzdpu" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user