AD groups in K2 workflow cache time

  • 16 January 2017
  • 2 replies
  • 3 views

Badge +8

we are using AD groups for workflows in K2

these don't seem to work straight away, but they do after a day or so.

i have read something about clearing the cache to resolve this quicker.  does anyone know how long it takes for AD changes to be replicated through K2

if i run the following statement, my changes are instant

UPDATE [K2].[Identity].[Identity]

SET [ExpireOn] = GETDATE()

,[Resolved] = 0

,[ContainersResolved] = 0

,[ContainersExpireOn] = GETDATE()

,[MembersResolved] = 0

,[MembersExpireOn] = GETDATE()

 

GO

 


2 replies

Badge +2

Hi Braddo,

 

You may refer to this link. I hope this will help your question.

 

https://help.k2.com/onlinehelp/k2blackpearl/icg/4.6.6/webframe.html#tweaking_identity_cache_performance_for_the_k2_server.html

 

 

Regards,

Peter Busto

Badge +8

legend, cheers

Reply