Hi Guys
A general automation design question:
Do you allow your Clients (or the Business in general) to directly use the retry queue item functionality?
In my current organization, only the support/devs have access to orchestrator and therefore any attempt to retry an item by the Business, requires them to contact support dev team, which costs time and effort.
I’m thinking of two solutions:
-
Allow the business to retry items themselves via a custom portal that would utilize orchestrator API (build either in a BPMS tool or from scratch as an internally hosted web app). This will allow me to expose only the functionality that is really needed, and will allow for a consisent reporting/audit trail.
-
Change the queue item processing design, so it allows the same item to be processed multiple times (instead of retrying, the business would just submit the same item again as a new item). This will mess up reporting, but is considerably easier to achieve.
All comments and advice much appreciated