Inside Activate
Workflow and Approval
Configure & Use the “Request More Info” Workflow in Activate
7 min
overview the request more info (rmi) feature in activate allows task approvers to pause an approval and seek clarification or additional details from the requestor or another user before proceeding this is a standard ticketing workflow pattern that enables seamless collaboration and eliminates the need for external communication when dealing with incomplete or unclear task submissions admins can configure this using xml in the workflow parameter , or gui via activate studio the setup is lightweight and flexible, and it can be applied to any task in activate who can use this? administrators set up the rmi feature using activate studio or xml approvers trigger the request for more info from within their task approvals submitters receive and respond to info requests directly via the web app setup options for admins option 1 xml configuration you can manually insert an \<update> block in your workflow xml to allow rmi functionality \<update type="inline" when="true" allowinfousers="1"> \<users when="=if(=/job/submituser == //currentuser, true, false)" form="=/job/task/web form">=//currentuser\</users> \<users when="=isinrole(=/roles/system roles/service desk, //currentuser)" form="=/job/task/approval web form">=//currentuser\</users> \</update> this xml grants editing rights to submitters and service desk users specifies different web forms for editing based on user context option 2 gui configuration in activate studio open activate studio navigate to your task and open the workflow editor click the approval step you want to add rmi to click "additional rights" in the right hand pane in the approval rights window check editable set when to true choose type inline form set the form/wizard path =//job/task/web form (optional) enable “allow more info users to update” click ok to save what happens in the web portal? for approvers on the job view, the “request more info” button is available during task approval the approver selects a user (e g , submitter) and enters a note describing what’s needed the approval is paused while waiting for additional input for submitters (or info users) they are notified via email or alert when they open the job in the activate web app , a message will display indicating more information is requested they complete the web form to supply the information and resubmit it the task returns to the approver for review and approval job flow summary submitter → approver → \[requests more info] → submitter updates → approver reviews → approves/declines best practices use descriptive messages in the rmi request to reduce back and forth keep form access scoped using when conditions in xml or form rules in the gui test using a dummy task/job before applying to production tasks