Re: AW: Changing Flowable workflows for existing objects

2024-01-18 Thread Lionel SCHWARZ
Hi Clemens, Here is a script I have tested on my DEV instance (not in production yet though) to upgrade all users to the latest workflow def. SET @ WfDefId = ( SELECT ID_ FROM ACT_RE_PROCDEF WHERE KEY_ = 'userWorkflow' AND VERSION_ = ( SELECT MAX ( VERSION_ ) FROM ACT_RE_PROCDEF ) ) ;

AW: Changing Flowable workflows for existing objects

2024-01-18 Thread Bergmann, Clemens
Darmstadt Hochschulrechenzentrum, Alexanderstraße 2, 64283 Darmstadt Tel. +49 6151 16 71184 <http://www.hrz.tu-darmstadt.de/> http://www.hrz.tu-darmstadt.de/ Von: Samuel Garofalo Gesendet: Mittwoch, 17. Januar 2024 14:47 An: user@syncope.apache.org Betreff: Re: Changing Flowable wor

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

Changing Flowable workflows for existing objects

2024-01-16 Thread Bergmann, Clemens
Hi, we are currently evaluating syncope as a replacement for our proprietary IAM system. We think that modelling internal processes with BPMN would allow better communication of our processes. Therefore we are looking into using the flowable functionality. After testing some things out