Skip to main content
ankitt714102
June 22, 2022
Question

Display Resource Current Status (Offline/Online/Disabled) in Appian RPA

  • June 22, 2022
  • 3 replies
  • 0 views

Hi,

I am making an Interface in Appian where I have to show RPA Recourse Status(I.e. If Bot is online then: Online, if Offline then :Offline, if Disabled then status will be show Disabled ).Is it possible to fetch the resource current status and display ?

3 replies

September 5, 2023

Yes, definitely you can using the Appian’s prebuilt application named RWM. There is documentation of RWM where you can configure it and check and resource status and much more information of the bots.

sriramk5349
September 5, 2023

Hi ankitt0001,

Appian RPA includes an exposed REST API, which makes it easier to invoke the available functionality from other systems.

Please go through the below link to get the robot list.

Get Robot List - Appian 23.3

December 7, 2023

sriramk5349: We have tested those api from postman its working fine but same api is not working with Appian integration , we are using the valid api key/ headers and parameter. 

Postman is giving us perfect result but integration is throwing errors.

Thanks