Table of Contents

Scheduled Tasks

Scheduled task is a task the start of which is planned in advance and when started it runs at the background of the application. Examples of scheduled tasks are identity lifecycle processes. The run of the scheduled task can be planned as one time action or run periodically.

We usually use scheduled task for task that:

 Scheduled task with dependencies

In CzechIdM task can have dependencies on each other. It means that specific scheduled task is started every time dependent scheduled task end. Thus one can plan running identities synchronization before every contracts synchronization run.

Read more

Admin tutorials

Admin guide

Devel guide

Devel tutorials