How can we help?
{{docApp.searchError}}
{{product.name}}
Searching in {{docApp.searchFilterBySpecificBookTitle}}
{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}}
in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
-
{{resultItem.title}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Auto Assign Authorization
- Article
- Fri Jun 26 2026
- 1 minutes to read
- 1 contributors
This node is used to invoke authorization tasks from a predefined list of authorizers. This helps remove the need for named authorizers being stored within the configuration of the workflow. As employee’s roles change or people leave the organization, this will minimize having to update workflows as the authorizers change.

Prerequisites
The Auto Assign Authorizers node cannot work in isolation. It must be preceded by a node that collects the users that will participate in the authorization. These nodes include the following:
- Wait for List of Request Authorizers
- Get Authorizers by Group
- Get Authorizers by Role
Example workflow

- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}
In This Document