A developer is creating a process using the Dispatcher and Performer model. The Dispatcher uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue. Which type of design is best-suited for the automation of this Dispatcher?
A developer is creating a process using the Dispatcher and Performer model. The Dispatcher uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue. Which type of design is best-suited for the automation of this Dispatcher?
The best-suited design for a dispatcher that uses the Bulk Add Queue Items activity to upload items to an Orchestrator queue is a Linear Process. This is because the Bulk Add Queue Items activity typically involves a single, straightforward sequence of actions to upload the queue items all at once. Linear processes are designed for straightforward, one-time execution sequences without needing complex control flows. Therefore, the automation process can be effectively handled using a linear design.
D. Linear Process. upload only once, process is linear
D is my choice
C - Transactional
D. Linear Process
Ans : D
ans. is iterative, as bulk queue item is supported by iterative process only
it is using bulk adding, so bot is going upload only once, therefore I assume it is linear
I might be wrong but since its only one activity the bulk add activity I would say its a linear process
But a performer would most definetly be a transactional process please correct me if I am wrong about the dispatcher being suited as a linear project.