Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Done
-
Labels:
Description
Whenever a user completes the resolution of errors, the current workflow is to queue the error data back for processing, which effectively sends it back to the queue data table to await processing. Depending on the frequency of the scheduler task for the processor, this may take a long time. This workflow needs to be modified to enable an option for processing the error data immediately. The error resolution UI should, therefore, be modified to include an extra button to enable immediate processing of error data, upon clicking on this button, the data should be processed and feedback is given to let the user know whether it was successful or not.