Queues

Queues Functions

When you create a Queue, Internal generates Queues functions. These functions are used to create tasks via API, build custom Spaces (to use a Queues function in a Space, simply select “Queues”), and manage permissions to Queues. 

Below are the functions that are generated for each Queue:

Create Task function

A single function is generated for creating tasks in the Queue. Naming convention: For the “Approve new users” queue, the function is called “Approve new users - Create Task”.

Update Task function

A single function is generated for updating tasks in the Queue. Naming convention: For the “Approve new users” queue, the function is called “Approve new users - Update Task”.

Transition functions

A transition function is generated for each CTA. Naming convention: For the “Approve new users” queue’s “Start” CTA that transitions a task from “New” to “Reviewing”, the function is called “Approve new users - Start (New to Reviewing)”.