Framework or Reframework as in Uipath

Hi Everyone,

I want everything locally and is there any framework made or attempted as in UIpath,
I don’t want to use NodeRED i want everything to be done locally;

And how can i pass values as Arguements in OpenRPA locally inBetween Workflows;

  1. yes, Workitems | OpenIAP Documentation
  2. You can run everything locally, both OpenRPA, OpenCore and any code you run on an agent, like NodeRed.
  3. using Arguments.

can we run both locally without docker desktop?

You need Docker, yes. But you don’t need Docker Desktop.

Re-framework in UiPath is about using queues to control units of work. We have Workitem Queues that do the same (and can do some cool things UiPath cannot) and that is controlled by OpenCore. OpenCore runs in Docker or Kubernetes.

You can install Docker CE on Linux, macOS, and Windows. I know Docker pushes Docker Desktop heavily and that you need to pay for that if you are working in a big enterprise, but then just run Docker on a Linux machine or install Docker CE on Windows if you don’t want to pay for Docker Desktop.

We are also working on an alternative to Docker that can run without root/administrator permission and works even without virtualization enabled… I guess we could run OpenCore inside that as well, but it’s not ready yet, so for now Docker or Kubernetes is a requirement.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.