Implementation considerations for assessment results
-
The AssessmentStatusRequest node builds the XML file to submit to
vendor.
-
WebSvc7150 node is a WebService. The URL/WSDL must be modified to use
the web service for customer’s vendor of choice.
-
The WebService uses the output of the AssessmentStatusRequest XML node
as its input.
-
After the vendor specific WSDL is defined, the remaining nodes should
be evaluated based on the vendor’s requirements.
-
Determine if the vendor has completed the request and what response information should be stored on the Resource Screening Package. The template shows an example of how the output of a WebService can be used for this evaluation.
-
The output of the WebService is parsed in the AssessmentResults
node.
-
The Branch6150 node uses the output from the AssessmentResults node
to determine if the Resource Screening Package can be updated.
-
If the output returns an Assessment Status of Completed, the
UpdateResults node invokes the Infor HR Talent
Receive Results action, updates the Resource Screening Package with the response
information returned from the vendor, and changes the status to Completed.
-
If the output returns an Assessment Status that is not Completed,
the process ends and the Resource Screening Package is not updated. The status remains
as In Progress.