Robotic Process Automation (RPA)

 View Only
  • 1.  API basics - get log / status

    Posted Fri November 11, 2022 01:30 PM
    Team, I understand its possible to run a automation/script via the agent's local API listening on port 8099... Allthough can someone share examples on how to get a execution log? or the automation status?

    ------------------------------
    Juscelino Candido De Lima
    ------------------------------


  • 2.  RE: API basics - get log / status

    Posted Tue November 15, 2022 10:20 AM
    Edited by NIGEL CROWTHER Tue November 15, 2022 12:05 PM
      |   view attached
    Hi Juscelino,

    I've recently used the local port to run my bot via a local PowerShell script (see attached).  I get it to  generate logs to the local machine's event log using the logMessage command:


    The logs are also available in the control center under scripts/jobs
    ------------------------------
    NIGEL CROWTHER
    ------------------------------

    Attachment(s)

    txt
    runInvoiceBot.txt   98 B 1 version


  • 3.  RE: API basics - get log / status

    Posted Thu November 17, 2022 05:26 PM
    Thanks Nigel for the additional info, I was looking for pulling the logs via the sync API.

    ------------------------------
    Juscelino Candido De Lima
    ------------------------------