Hi everyone,
I’m looking for a solution which will allow business users to create QueueItems with custom data. Does anyone have any advice for how to approach this?
The workflow is:
-
Business user logs into application and generates a batch ID (this step cannot be automated)
-
Business user creates a QueueItem containing the batch ID
-
Robot works through the QueueItems, doing robot things to each batch ID.
There is a team of business users and thousands of batches created each month. I would like to give them a simple way to add their batch ID’s into the queue for processing.
Thanks