Create or retrieve an assessment via workflows

Important 

In Collibra 2024.05, we launched a new user interface (UI) for Collibra Platform! You can learn more about this latest UI in the UI overview.

Use the following options to see the documentation in the latest UI or in the previous, classic UI:

You can call the Assessments API within your workflows to create or retrievecreate, 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