As part of an underwriting process, the application must generate a risk factor for a loan and insert the risk factor into the Loan case. The risk factor generation is an intensive calculation that requires several minutes to run.
The calculation slows down the environment. You want to have all risk factor calculations run automatically between the hours of 10:00 PM and 6:00 AM to avoid the slowdown during daytime working hours.
Which two design options best fit this solution?
A. Use a job scheduler to fetch all the Loan cases with the Pending-RiskCalculation status, and then calculate the risk factor and call Resume Flow.
B. Use a delayed dedicated queue processor and set the DateTime for processing to 10 PM using the Run in background shape.
C. Use an advanced agent to fetch and process the Loan Risk factors.
D. Use a standard queue processor to perform the calculation. Pause the case until 10 PM and include a step in the flow to queue the case for the queue processor.
E. Use standard agent to process the queued Loan cases.