Skip to main content
Question

Reframework (Robotc Enterprise Framework) - Process Composer package

  • April 29, 2026
  • 0 replies
  • 14 views

Hi everyone,

I’m evaluating the possibility of implementing a REFramework-like structure in Automation Anywhere using the Process Composer package.

The idea is to follow concepts such as:

  • Clear separation of stages (Init, Get Data, Process, End)
  • Exception handling (business vs. system exceptions)
  • Transaction control and retry logic
  • A reusable and scalable structure for multiple bots

As far as I understand, unlike UiPath, Automation Anywhere doesn’t provide a native REFramework template, so this would need to be built manually (e.g., using modular tasks, state control via variables, and Try/Catch blocks).

My questions are:

👉 Has anyone implemented this kind of framework using Process Composer?
👉 In practice, is it viable and maintainable for larger projects?
👉 Or does the complexity outweigh the benefits?

I’d really appreciate any insights, experiences, or best practices you can share.

Thanks!

Example: