Question

Why A360 endpoint returns processes created by System that don't appear on Control Room?

  • 31 January 2023
  • 1 reply
  • 33 views

Userlevel 1
Badge +1

Hi all, 

 

I’m using the following A360 endpoint: v2/repository/workspaces/public/files/list and it returns the following processes: 

  • System/AA_DownloadPackagesBot
  • System/recorder_Recorder_2.4.0-202111118-080716

 

  1. Does anyone know what is the function of those processes?
  2. Why they don’t appear on Control Room?
  3. Is it possible to see the content of the processes?

Thanks for your help

 

Best regards,


1 reply

Userlevel 5
Badge +10

@asoguerof under system/AA_WoloadpackagesBot/content.json will be avilable. that json provides list of all packages that are available in your system.. see below fyi

This is like manifest file...

 

{
  "nodes": [],
  "variables": [],
  "packages": [
    {
      "id": "5",
      "name": "Boolean",
      "version": "2.1.0-20210227-025413"
    },
    {
      "id": "6",
      "name": "Browser",
      "version": "2.4.0-20210227-025920"
    },
    {
      "id": "10",
      "name": "CsvTxt",
      "version": "2.4.0-20210227-025429"
    },
    {
      "id": "64",
      "name": "DataTable",
      "version": "2.7.0-20210227-030044"
    },
    {
      "id": "12",
      "name": "Datetime",
      "version": "2.2.0-20210227-025439"
    },
    {
      "id": "14",
      "name": "Dictionary",
      "version": "3.3.0-20210227-025441"
    },
    {
      "id": "15",
      "name": "Email",
      "version": "3.4.0-20210316-122358"
    },
    {
      "id": "16",
      "name": "ErrorHandler",
      "version": "2.5.0-20210227-025450"
    },
    {
      "id": "37",
      "name": "Excel_MS",
      "version": "5.5.0-20210223-002448"
    },
    {
      "id": "17",
      "name": "File",
      "version": "3.3.0-20210227-025452"
    },
    {
      "id": "18",
      "name": "Folder",
      "version": "3.2.0-20210227-025456"
    },
    {
      "id": "24",
      "name": "If",
      "version": "2.1.0-20210227-025501"
    },
    {
      "id": "25",
      "name": "ImageRecognition",
      "version": "2.2.0-20210227-025503"
    },
    {
      "id": "31",
      "name": "List",
      "version": "2.3.0-20210227-025719"
    },
    {
      "id": "32",
      "name": "LogToFile",
      "version": "2.2.0-20210227-025720"
    },
    {
      "id": "33",
      "name": "Loop",
      "version": "2.2.0-20210227-025721"
    },
    {
      "id": "34",
      "name": "MessageBox",
      "version": "2.1.0-20210227-025722"
    },
    {
      "id": "38",
      "name": "Number",
      "version": "2.3.0-20210227-025737"
    },
    {
      "id": "49",
      "name": "ProcessDiscovery",
      "version": "2.0.10-20210402-214105"
    },
    {
      "id": "51",
      "name": "Python",
      "version": "2.6.0-20210227-025928"
    },
    {
      "id": "52",
      "name": "Recorder",
      "version": "2.1.0-20210311-002508"
    },
    {
      "id": "28",
      "name": "Keystrokes",
      "version": "2.8.0-20210215-070218"
    },
    {
      "id": "62",
      "name": "String",
      "version": "3.3.0-20210227-030040"
    },
    {
      "id": "65",
      "name": "TaskBot",
      "version": "2.0.1-20210210-232054"
    },
    {
      "id": "71",
      "name": "Window",
      "version": "2.5.1-20210331-185817"
    }
  ],
  "triggers": [],
  "workItemTemplateName": ""
}

Reply