User: admin@spiffworkflow.org clicked save for examples/1-basic-concepts/1-6-roles/my_vacation.bpmn

This commit is contained in:
sartography-automated-committer 2023-06-14 17:22:25 +00:00
parent bd94e35757
commit 52c106953f
1 changed files with 1 additions and 1 deletions

View File

@ -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>