Hello Camunda Community,
I am not sure if I am correct here in the Camunda forum with my problem, otherwise please let me know.
The connection between Camunda and UiPath cannot be established. Following the other posts here related to the RPA Bridge could not solve my problem. I followed the steps in the Camunda RPA Bridge documentation and created a Cawemo catalog, as well as a small diagram in the Camunda Modeler. My bot in the UiPath Cloud is running without problems.
When starting the BPMN process with the RPA service task I receive this error in the RPA Bridge Window
java.lang.IllegalStateException: Error while starting job in UiPath for identifier WriteIntoTxtFile
at org.camunda.bpm.rpa.bridge.vendor.uipath.UiPathRestService.startRpaBotInternal(UiPathRestService.java:79)
at org.camunda.bpm.rpa.bridge.vendor.uipath.UiPathRestService.startRpaBotInternal(UiPathRestService.java:35)
at org.camunda.bpm.rpa.bridge.rest.AbstractRpaRestService.startRpaBot(AbstractRpaRestService.java:20)
at org.camunda.bpm.rpa.bridge.externaltask.ExternalTaskAdapter.lambda$getExternalTaskHandler$0(ExternalTaskAdapter.java:116)
at org.camunda.bpm.client.topic.impl.TopicSubscriptionManager.handleExternalTask(TopicSubscriptionManager.java:152)
at org.camunda.bpm.client.topic.impl.TopicSubscriptionManager.lambda$acquire$0(TopicSubscriptionManager.java:108)
at java.util.Arrays$ArrayList.forEach(Unknown Source)
at org.camunda.bpm.client.topic.impl.TopicSubscriptionManager.acquire(TopicSubscriptionManager.java:103)
at org.camunda.bpm.client.topic.impl.TopicSubscriptionManager.run(TopicSubscriptionManager.java:87)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Error while getting release for process with message {"message":"Folder does not exist or the user does not have access to the folder.","errorCode":1100,"resourceIds":null}
at org.camunda.bpm.rpa.bridge.rest.RequestHandler.sendRequest(RequestHandler.java:62)
at org.camunda.bpm.rpa.bridge.vendor.uipath.UiPathRestService.getReleaseByProcessKey(UiPathRestService.java:125)
at org.camunda.bpm.rpa.bridge.vendor.uipath.UiPathRestService.startRpaBotInternal(UiPathRestService.java:60)
... 9 more
I tried different configuration settings in the application.yml of the bridge without success. I also re-checked the UiPath-API information and removed/added the organization-unit-id. Could it be a problem with the “modern” folder system from UiPath? I do not know what to write in my folder-path as there is no “Default” folder anymore. My bot is running in the “My Workspace” area of UiPath Cloud.
Attached you can find my application.yml-file.
Any help is appreciated. Thank you!
rpa bridge question.txt (1.2 KB)