Re: Creating users from within anyObject workflow

2024-07-15 Thread Feder, Stephan
On Mon, Jul 15, 2024 at 10:26:25AM +0200, Francesco Chicchiriccò wrote: ... If you call user workflow from any object workflow' s methods, yes they are in the same transaction Calling the user workflow from any object workflow' s methods is what I tried to do in the first place, exactly becau

Re: Creating users from within anyObject workflow

2024-07-15 Thread Francesco Chicchiriccò
On 15/07/24 10:20, Feder, Stephan wrote: Hello, Francesco! On Mon, Jul 15, 2024 at 09:25:30AM +0200, Francesco Chicchiriccò wrote: ... There are a couple of fundamental differences between Provisioning Manager and Workflow Adapter in Syncope - I invite you to take a read at the Reference Guid

Re: Creating users from within anyObject workflow

2024-07-15 Thread Feder, Stephan
Hello, Francesco! On Mon, Jul 15, 2024 at 09:25:30AM +0200, Francesco Chicchiriccò wrote: ... There are a couple of fundamental differences between Provisioning Manager and Workflow Adapter in Syncope - I invite you to take a read at the Reference Guide to understand more: ... 2. transaction

Re: Creating users from within anyObject workflow

2024-07-15 Thread Francesco Chicchiriccò
On 12/07/24 17:33, Feder, Stephan wrote: Hallo Francesco! On Fri, Jul 12, 2024 at 04:54:29PM +0200, Francesco Chicchiriccò wrote: On 12/07/24 16:32, Feder, Stephan wrote: ... Users cannot self-register, they are not created manually at all. Instead, external processes provide data sets which

Re: Creating users from within anyObject workflow

2024-07-12 Thread Feder, Stephan
Hallo Francesco! On Fri, Jul 12, 2024 at 04:54:29PM +0200, Francesco Chicchiriccò wrote: On 12/07/24 16:32, Feder, Stephan wrote: ... Users cannot self-register, they are not created manually at all. Instead, external processes provide data sets which are modelled as anyObjects in syncope. 

Re: Creating users from within anyObject workflow

2024-07-12 Thread Francesco Chicchiriccò
On 12/07/24 16:32, Feder, Stephan wrote: Hello Lorenzo! On Fri, Jul 12, 2024 at 03:13:42PM +0200, Lorenzo Di Cola wrote: ... another thing, what I can see from your issue is also some "no standard" use case with Syncope. What I want to say trying to solve your issue is: are you sure that how th

Re: Creating users from within anyObject workflow

2024-07-12 Thread Feder, Stephan
Hello Lorenzo! On Fri, Jul 12, 2024 at 03:13:42PM +0200, Lorenzo Di Cola wrote: ... another thing, what I can see from your issue is also some "no standard" use case with Syncope. What I want to say trying to solve your issue is: are you sure that how the design is made is the right approach to

Re: Creating users from within anyObject workflow

2024-07-12 Thread Feder, Stephan
Hello Lorenzo, thanks for your time. On Fri, Jul 12, 2024 at 03:01:25PM +0200, Lorenzo Di Cola wrote: ... Analyzing your problem I do not think the issue could be creating users from AnyObject workflow, maybe could be "how" the workflow is set in order to create users. Making some code changes

Re: Creating users from within anyObject workflow

2024-07-12 Thread Lorenzo Di Cola
Hi again Stephan :) , another thing, what I can see from your issue is also some "no standard" use case with Syncope. What I want to say trying to solve your issue is: are you sure that how the design is made is the right approach to implement your real use case? You should try to explain what you'

Re: Creating users from within anyObject workflow

2024-07-12 Thread Lorenzo Di Cola
Hello Stephan, first of all I'm glad about your interest in Apache Syncope. Analyzing your problem I do not think the issue could be creating users from AnyObject workflow, maybe could be "how" the workflow is set in order to create users. Making some code changes could be easier to see the consol