Update javadoc (add 2nd reference to review screen)

This commit is contained in:
2023-11-30 20:09:33 -06:00
parent 94fcc36c64
commit 0c6d8d23c2

View File

@ -54,6 +54,7 @@ import com.kingsrook.qqq.backend.core.processes.implementations.basepull.Basepul
** - review (frontend) - a review screen ** - review (frontend) - a review screen
** - validate (backend) - optionally (per input on review screen), does like the preview step, ** - validate (backend) - optionally (per input on review screen), does like the preview step,
** but on all records from the extract step. ** but on all records from the extract step.
** - review (frontend) - a second view of the review screen, if the validate step was executed.
** - execute (backend) - processes all the rows, does all the work. ** - execute (backend) - processes all the rows, does all the work.
** - result (frontend) - a result screen ** - result (frontend) - a result screen
** **