Update userworkflow for existing users

2018-05-29 Thread Lukas Funk
Hi guys, We were using the default (flowable-)workflow in our first setup. Now, I'd like to update the workflow, so that I can edit suspended users (which is not possible in the default workflow). I managed to update the workflow to my needs with the /workflow REST endpoint and it works fine

Re: How could I share data between PropagationActions and PullActions classes in Syncope?

2018-05-29 Thread Francesco Chicchiriccò
On 23/05/2018 13:54, Alex123 wrote: I have LDAP and REST connectors. Pull task for LDAP has pull templates for users and groups, both are connected to REST resource. REST resource has RestPropagationActions implementation - I use it to add additional data for users and groups in "before" and

Re: Pull task template and assignment of role failure

2018-05-29 Thread Francesco Chicchiriccò
On 29/05/2018 10:12, Mikael Ekblom wrote: Hi, Can anyone else confirm, that when a template is associated with a pull task and within that template definition a role is to be assigned to the user automatically, the role itself does not show up for the user just created and pulled from the

Re: Why passthrough resource is automatically removed by Syncope from Account Policy after Authenticate script fails?

2018-05-29 Thread Francesco Chicchiriccò
Hi, I performed the following steps on the latest 2.0.9-SNAPSHOT, with test data (e.g. you can replicate either with the standalone distribution, or by starting the Maven project in embedded mode): 0. added AUTHENTICATE to resource-ldap's capabilities 1. created an account policy AP with

Pull task template and assignment of role failure

2018-05-29 Thread Mikael Ekblom
Hi, Can anyone else confirm, that when a template is associated with a pull task and within that template definition a role is to be assigned to the user automatically, the role itself does not show up for the user just created and pulled from the connector through that specific pull action?