-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...r/container_files/mp-home/post-initial-objects/tasks/550-task-grouper-groups-livesync.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
| oid="5a821505-7318-4364-9a2f-501b8bf30b44"> | ||
| <name>Groups: Group Livesync</name> | ||
| <description>Grouper live synchronization task for groups. It will poll changelog and pull in changes</description> | ||
| <taskIdentifier>1494860533840-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002"/> | ||
| <dependent>1494860534232132-0-1</dependent> | ||
| <executionStatus>running</executionStatus> | ||
| <category>Recomputation</category> | ||
| <indestructible>true</indestructible> | ||
| <objectRef oid="fb0bbf07-e33f-4ddd-85a1-16a7edc237f2" type="c:ResourceType"/> | ||
| <binding>tight</binding> | ||
| <schedule> | ||
| <recurrence>recurring</recurrence> | ||
| <interval>5</interval> | ||
| </schedule> | ||
| <activity> | ||
| <work> | ||
| <liveSynchronization> | ||
| <resourceObjects> | ||
| <resourceRef oid="fb0bbf07-e33f-4ddd-85a1-16a7edc237f2"/> | ||
| <objectclass>GroupObjectClass</objectclass> | ||
| </resourceObjects> | ||
| </liveSynchronization> | ||
| </work> | ||
| </activity> | ||
| </task> | ||
|
|
31 changes: 31 additions & 0 deletions
31
...er/container_files/mp-home/post-initial-objects/tasks/550-task-grouper-users-livesync.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
| oid="1c59ebd0-39e4-4ed4-9779-4c29f56b3d6d"> | ||
| <name>Groups: User Livesync</name> | ||
| <description>Grouper live synchronization task for users. It will poll changelog and pull in changes</description> | ||
| <taskIdentifier>1494860534232132-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002"/> | ||
| <executionStatus>waiting</executionStatus> | ||
| <waitingReason>otherTasks</waitingReason> | ||
| <category>Recomputation</category> | ||
| <indestructible>true</indestructible> | ||
| <objectRef oid="fb0bbf07-e33f-4ddd-85a1-16a7edc237f2" type="c:ResourceType"/> | ||
| <binding>tight</binding> | ||
| <schedule> | ||
| <recurrence>recurring</recurrence> | ||
| <interval>5</interval> | ||
| </schedule> | ||
| <activity> | ||
| <work> | ||
| <liveSynchronization> | ||
| <resourceObjects> | ||
| <resourceRef oid="fb0bbf07-e33f-4ddd-85a1-16a7edc237f2"/> | ||
| <objectclass>CustomSubjectObjectClass</objectclass> | ||
| </resourceObjects> | ||
| </liveSynchronization> | ||
| </work> | ||
| </activity> | ||
| </task> | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters