简体   繁体   English

从数据库中读取 state blue prism

[英]Reading state from the database blue prism

any one to help, I would like to know the status of process ( running, pending...) Any VBO that can help process that verify the status of different process blue prism任何人的帮助,我想知道进程的状态(正在运行,挂起......)任何可以帮助进程验证不同进程蓝色棱镜状态的VBO

No VBOs that I'm aware of which do this out of the box.据我所知,没有哪个 VBO 可以开箱即用。 The tables BPASession and BPAResource in the database should give you the information you need.数据库中的表 BPASession 和 BPAResource 应该为您提供所需的信息。 There's a "GetSessionId()" function in the calculation stage which gives you the session of the currently running process.在计算阶段有一个“GetSessionId()”function,它为您提供当前正在运行的进程的 session。 Depends on your use case!取决于您的用例!

These activities are being called as RPA Supervision.这些活动被称为 RPA 监督。

Open CMD, Navigate to Blue prism's automate directory Start Resource PC listener using command - automate /public /resourcepc Note this will start Resource PC as public Resource PC Alternatively, you can also run it exclusive to specific user by using /user Connect to listener using te.net - te.net localhost 8181 (or to whichever port you have configured) Type the commands busy/availability as suggested in help reference, to get the status of the said resource PC.打开 CMD,导航到 Blue prism 的自动化目录 使用命令启动资源 PC 侦听器 - automate /public /resourcepc 注意这将启动资源 PC 作为公共资源 PC 或者,您也可以使用 /user 以特定用户独占方式运行它 使用连接到侦听器te.net - te.net localhost 8181(或您配置的任何端口)按照帮助参考中的建议键入命令 busy/availability,以获取所述资源 PC 的状态。

https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc771275%28v%3dws.10%29#to-install-te.net-client-on-windows-7-or-windows-vista https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc771275%28v%3dws.10%29#to-install- te.net-client-on-windows-7-or-windows-vista

These are the Steps for confirming status of the Resource PC where your Processes are running.这些是确认运行进程的资源 PC 状态的步骤。

But In Order to get the Status of Different Processes you would require access to DataBase and also use powershell to fetch Data.但是为了获得不同进程的状态,您需要访问数据库并使用 powershell 来获取数据。

Usually Prod DB accesses are restricted,secured by admins/RPA Help Teams and aren't easily granted to every other developer.通常,Prod DB 访问受到限制,由管理员/RPA 帮助团队保护,并且不容易授予其他所有开发人员。

But Yes its possible.但是是的,这是可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM