Hi!
I have a process which generates subprocess (list is from sql query). The subprocesses generates correctly but there is one thing that I need to change - the author of the subprocess document should be change for the employee from field.
I tried to change the login by update the WFD_CreatedBy column in WFElements table but it's not possible.
I've received an error:
"One or more errors occurred.
Operacja została wycofana
Concurrency Error Concurrency Error"
In attachement you can see the sql query.
Maybe you have some ideas how to update that field or maybe run the subprocess with the diferent login as author?
Thank you for your help!