Workflow Task Definition: ReviewSample |
Content |
|||||||||||
|
Description |
|
|
"ReviewSample" allows a selected from the Input Queue to be Reviewed. The Samples are then sent to one of four Output Queues, depending on the Sample Disposition. This Task must be preceded by a Task that outputs Samples.
![]() |
NOTE: | This is a "User Task" (see Workflow Task Definition Maintenance Page → New Task Details → Task Detail → System Task). |
Functionality |
|
|
Selection |
After the preceding Task populates the Input Queue, "Selection" is a QueueSelectorStep (SampleSelection) that opens a Sample List from which you select a Sample to Review.
![]() |
Sample Review |
"SampleReview" is a FormStep that opens a Form when "Review" is clicked on the Sample List. Select the Sample Disposition from here, then click "Next". The "Summary" Step is then executed.
![]() |
Data Review |
"DataReview" is a DataEntryStep that opens a Data Entry page for the Sample when "View Data" is clicked on the Sample List. Clicking "Review" sends control to the Sample Review Step.
![]() |
Review Code |
"Review Code" is an ActionBlockStep that executes the EditSDI Action, which is configured to set the selected Sample Disposition.
Summary Code |
"Summary Code" is a GroovyStep that contains the logic for sending SDIs to the Output Queues.
Summary |
"Summary" is an HTMLStep that displays a Summary of the Review.
![]() |