Introduction
The generic recertification task can be used to configure and run various recertification processes. You can define the scope and the interval of the recertification and configure a workflow that should be triggered for each entity that needs to be recertificated. Within that workflow you can build your actual certification process. The task itself does not contain any logic and is simply used to select the entities and trigger the workflows.
Currently this task only supports the following entities:
Organization Units
Task Parameters
Parameter | DataType | Description |
---|---|---|
OrganizationUnitITypeds | uint[] | By providing a list of |
WorkflowDefinitionId | string | The configured workflow will be triggered for each selected entity that needs to be recertified. Within that workflow you can build up your recertification process. |
CertificationInterval | TimeSpan | The Time that needs to pass between the last certification date and the next certification. |