User: alex@sartography.com clicked save for misc/user-info/user-info.bpmn
This commit is contained in:
parent
a0ef4840c1
commit
5ebb98abfd
|
@ -73,16 +73,11 @@ del(userTimeFormat)</bpmn:script>
|
|||
try:
|
||||
find_user
|
||||
except NameError:
|
||||
find_user = "harmeet@status.im"
|
||||
find_user = current_user["username"]
|
||||
isCurrentUser = True
|
||||
|
||||
# Check if find_user has a Status email
|
||||
is_status_email = (find_user[-9:] == "status.im")
|
||||
|
||||
# current_user["username"]
|
||||
process_info = {}
|
||||
process_info["process_model_identifier"] = "manage-procurement/procurement/requisition-order-management/raise-new-demand-request"
|
||||
external_data_task_name = "Start_event"</bpmn:script>
|
||||
is_status_email = (find_user[-9:] == "status.im")</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_19npvp5" name="Status Email?" default="Flow_0sypyzb">
|
||||
<bpmn:incoming>Flow_08nmyrt</bpmn:incoming>
|
||||
|
|
Loading…
Reference in New Issue