This scenario deals with testing a Performance Review event that includes calibrations. Since the goals are not populating as expected, you need to reset the process correctly before fixing the configuration.
Here's why the correct choice isMass Rescind - Start Performance Review (including subprocesses): Rescind vs Cancel Rescind: Completely removes the business process instance and all of its subprocesses from the system as if it never occurred. This is the proper action during testing, because it clears the data and lets you start fresh with corrected configuration.
Cancel: Stops the process, but leaves historical records behind. This is not ideal for configuration testing, because it doesn't fully reset the process state.
Why Start Performance Review only (not Calibration)
Calibration events are tied to performance reviews. If you rescind the performance review, the associated calibration processes are also cleared. If you attempt to rescind or cancel both Performance Review and Calibration separately, it can cause unnecessary complications.
Why including subprocesses
Performance Review has multiple subprocesses (e.g., goal population, manager review, employee self- evaluation, calibration triggers). To fully clear the faulty test run, you must include all subprocesses;
otherwise, remnants of the process remain in-progress and may block future testing.
Incorrect Options Explained
A. Mass Rescind (Performance Review + Calibration, no subprocesses)# Wrong, because calibration
rescinds automatically when you rescind the review, and leaving out subprocesses creates incomplete cleanup.
C. Mass Cancel (Performance Review + Calibration, with subprocesses)# Wrong, because Cancel does
not fully reset configuration testing.
D. Mass Cancel (Performance Review only, no subprocesses)# Wrong, same reason: Cancel is
insufficient, and leaving subprocesses active breaks cleanup.
References:
Workday Pro Talent & Performance Study Guide - Calibration & Performance Reviews:"When testing configuration errors, rescind the performance review with all subprocesses. Do not cancel, as this preserves process history and does not allow a clean retest." ERP Cloud Training - Workday Performance Review & Calibration:"Rescind clears all subprocesses linked to the review, including calibration. Cancel only halts the process without fully removing it." Workday Community Documentation - Mass Business Process Actions:Confirms thatRescind fully clears test data, while Cancel leaves records intact.