Re: Resource specific counters in Syncope

2020-10-09 Thread Francesco Chicchiriccò
On 07/10/20 14:45, Martin van Es wrote: > Hi Francesco, > > Thx for the quick reply! > > On Wed, Oct 7, 2020 at 11:18 AM Francesco Chicchiriccò > wrote: > > Hi Martin, > so you'd want to keep different counters for different External > Resources, and inject

Re: Flowable set user plain attribute

2020-10-09 Thread thinkingmik
Hi, I have found the way to set plain attributes on user by adding a /service task/ (with delegate expression ${update}) after my /script task/. So, my script changed to: /*** BEGIN SCRIPT ***/ import org.apache.syncope.common.lib.patch.AttrPatch; import