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.
Discussion posts and replies are publicly visible
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.