利用UiPath Orchestrator提供的Webhook,可以令Orchestrator自动发送指定的事件消息,以便后续操作。
1.从Orchestrator界面
2.添加Webhook配置
3.启动webhook服务
其一:采用node.js监听,较简单
其二:利用C#编写代码监听
HttpListener,采用时,需要添加端口访问,命令行中执行如下三句
netsh http delete urlacl url=http://+:8080/
netsh http add urlacl url=http://+:8080/ user=Everyone