Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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 OrganizationUnitTypeIds you can select which organization units should be in the scope of the recertification.

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.

  • No labels