SNOW-CSA • Practice Test 26
Free SNOW-CSA practice test — 15 questions with explanations. Set 26. No signup required.
Refer to the exhibit. A workflow for a catalog item has three stages. The 'Run Script' activity sets the assigned_to to the current user (the requester). The approval activity approves by the manager. The 'Create Task' activity creates a catalog task. When the workflow runs, the task is created but is assigned to the requester instead of the fulfillment group. What is the likely cause?
Refer to the exhibit. ``` Workflow: 'New User Onboarding' - Stage: 'Request Hardware' - Activity: 'Run Script' - Script: "current.assigned_to = gs.getUserID();" - Stage: 'Approval' - Activity: 'Approval' - Approver: 'manager' - Stage: 'Fulfillment' - Activity: 'Create Task' - Task type: 'Catalog Task' ```