[3] Agent Pool

Last modified by admin on 2023/07/04 15:32

Agent Pool allows you to create a "pool" of Agents related to a workflow. Anytime when the workflow need to be executed, the available Agent in the pool at that time will automatically execute the workflow so that we can make the best use of Agents.

a. Create an Agent Pool

Step 1: Create a Workflow that the Agents in the "pool" will have to execute: Open Automation tab -> Click Workflow tab -> Create new workflow -> Fill the form with exact Agent Group you've created -> Save

Step 2: Create an Agent pool: Open Resources tab -> Click Agent Pool tab -> Click Create New (As the picture below):

image-20221031170544-22.png

Then a form will show up for you to fill:

image-20221031170959-23.png

NoColumn /LabelDescriptionTypeMaximumIs Mandatory?Input Requirement
1NameEnter the name of Agent poolString55Yes 
2DescriptionEnter the description of the workflow you are creating/editingString No 
3WorkflowChoose the workflow you have createdDropdown
list
 Yes 
4DescriptionEnter the description of the workflow you are creating/editingString255 charNo 

Next to general tab, there is Callback Setup. This feature allows you to send the output to a third party when the Agents in this pool complete a task. 

image-20221031171615-24.png

There are 3 sending options: 

No callback as default: Do not send the ouput

Restful API (POST Method): Send the output through the API you insert.

image-20221101104556-1.png

Webhook: Send the output to the Webhook address

image-20221101104633-2.png

Table of Content

  
Navigation