Skip to content

Commit

Permalink
add livesync tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jul 25, 2023
1 parent 72d6782 commit 0a1a9cb
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 2 deletions.
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>

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>

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<progress>33</progress>
<binding>loose</binding>
<schedule>
<interval>600</interval>
<interval>900</interval>
</schedule>
<activity>
<work>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<progress>98</progress>
<binding>loose</binding>
<schedule>
<interval>650</interval>
<interval>900</interval>
</schedule>
<activity>
<work>
Expand Down

0 comments on commit 0a1a9cb

Please sign in to comment.