User: admin@spiffworkflow.org clicked save for examples/1-basic-concepts/1-6-roles/my_vacation.bpmn
This commit is contained in:
parent
bd94e35757
commit
52c106953f
|
@ -96,7 +96,7 @@ Please get in touch with us! We would love to help you as you orchestrate the f
|
|||
<bpmn:scriptTask id="Activity_0tr6u2s" name="Assign current user to lane">
|
||||
<bpmn:incoming>Flow_12s1u1h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1c2wuo0</bpmn:outgoing>
|
||||
<bpmn:script>lane_owners = { "Vacation Approver": [get_current_user()['email']] }
|
||||
<bpmn:script>user = get_current_user()
|
||||
</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:process>
|
||||
|
|
Loading…
Reference in New Issue