Permissions

Similar to Spaces, permissions to Queues are managed with function permissions. Each Queue generates 1) a create task function, 2) an update task function, and 3) transition functions for every CTA. For each role that needs access to Queues, you'll simply grant permissions to these functions. Read more about the functions that are generated by Queues.

📘

Note:

When including a function as part of a CTA, permissions are set on the transition function generated for the CTA. Any permissions set directly on the included function are overridden.