Create or retrieve an assessment via workflows

You can call the Assessments API within your workflows to create, retrieve, or retake an assessment. This is done via Java delegates that can be integrated into the service tasks. The delegates handle tasks such as parameter parsing and authentication, serving as intermediaries between your workflows and the Assessments API.

The following predefined Java delegates are available:

ConductAssessmentDelegate

GetAssessmentDelegate

RetakeAssessmentDelegate