Show pagesource Old revisions Backlinks Rename Page ODT export Export to PDF Add to book Share on ... Twitter LinkedIn Facebook Table of Contents Scheduled Tasks Read more Admin tutorials Devel guide Devel tutorials You are viewing the documentation for an outdated or unreleased 8.1 version.This page is also available in versions: 7.6, 7.7, 7.8, 8.0, 8.1, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.7 (current), devel ← Transformation scripts HR processes → 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: last long time - we donť want the user to wait for the reaction must be started in predefined time - synchronizations, or identity lifecycle processes its runs depends on each other - dtto runs periodically - notification, reports 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 Task scheduler - create and plan a scheduled task Devel guide Implemented task types with available parameters Tasks scheduler implementation Scheduled task used in synchronization Devel tutorials How to create a scheduled task with parameters ← Transformation scripts Documentation HR processes →