Re: Changing Flowable workflows for existing objects

2024-01-17 Thread Samuel Garofalo
Hello Clemens, in general when you create a user it's associated to the instance of the workflow actually presents for all its lifecycle, although you change the workflow definition the first workflow remains associated to the user. If you create a new user the second workflow is used. But is

Re: restricting ATTRS_TO_GET during PULL task

2023-12-19 Thread Samuel Garofalo
Hello Lionel, the attributes to pull are those specified in the resource mapping with purpose BOTH or PULL. If you need to manage others attribute not present in the mapping you can add a PullActions [1] that implements moreAttrsToGet which returns the set of attributes that you want to

Re: Docker restore from mastercontent.xml

2022-10-14 Thread Samuel Garofalo
n you have to add your MasterConter.xml under /opt/syncope/conf/domains directory. here some example of docker-compose [1]. [1] https://syncope.apache.org/docs/3.0/getting-started.html#docker-compose-samples Best regards, Samuel Garofalo Il 14/10/22 15:20, Christopher Brown ha sc

Re: Pushing/Propagating to an external Resource/Service

2021-10-27 Thread Samuel Garofalo
Hi Vinay, you have to add on Syncope a REST connector, like this [1]. After you have created the connector you have to add a resource [2]. Once the resource is ready you can create a custom Propagation action [3]to update the required attributes. Best regards, Samuel [1]