Skip to main content
May 30, 2025
Solved

reFramework in Appian

  • May 30, 2025
  • 4 replies
  • 0 views

In UIPath we have reFramework (dispatcher, performer, reporter) and the queue/orchestrator splitting the work between bots.

Can somebody please point me to a similar way of doing it in the Appian Academy?

Thank you so much.

Best answer by nicolaem159908

[mention:d173d3118db546878c1f717bfba87080:e9ed411860ed4f2ba0265705b8793d05] [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  - thank you so much guys. As you suggested I'm following the official learning path, hopefully will achieve the same kind of knowledge that I have in UIPath. 

4 replies

davidj137213
June 1, 2025

In Appian, the automation model is not structured around the "dispatcher and performer" concept as it is in UiPath. That approach is specific to RPA platforms like UiPath, where queues in Orchestrator are used to separate data collection (dispatcher) from data processing (performer).

Appian, on the other hand, follows a process-driven and low-code architecture. Business logic, data management, and integrations are handled differently—typically through process models, data stores, and smart services—all within a unified platform. There’s no need to separate dispatcher and performer roles.

To get a deeper understanding of how automation works in Appian, especially with Appian RPA and integrations, I highly recommend following the official Learning Path on Appian Academy, where you can explore step-by-step how solutions are designed and implemented.

nicolaem159908AuthorAnswer
June 1, 2025

[mention:d173d3118db546878c1f717bfba87080:e9ed411860ed4f2ba0265705b8793d05] [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]  - thank you so much guys. As you suggested I'm following the official learning path, hopefully will achieve the same kind of knowledge that I have in UIPath. 

stefanhelzle0001
June 1, 2025

I think the important difference between UIPath and Appian is, that in UIPath you start thinking about a bot doing something, while in Appian, we start thinking about a potentially complex business process end-to-end. In Appian, RPA is just a bridge to incorporate legacy tech into such a process.

srmm0001
June 5, 2025

Hi,

Appian doesn't use REFramework or dispatcher/performer models like UiPath.Instead, it uses process models, Appian RPA bots, and robot pools to manage execution and scaling.Workload is managed via Appian Records, Data Stores, and looped process flows, not queues like in Orchestrator.