cancel
Showing results for 
Search instead for 
Did you mean: 

Temporary Users

abbask
Champ on-the-rise
Champ on-the-rise
Hello,

Does Activiti Support Temporary Users. i.e. creating users during the execution of a process (or on start event) and destroying at the end of the process. or do i need to implement it via Java ?
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
No, it does not. What's the use use?

(you could do it via the UserService in Java, yes)

abbask
Champ on-the-rise
Champ on-the-rise
just for a future reference. we cannot delete user via UserService API it should be done via native query. am i correct?

jbarrez
Star Contributor
Star Contributor
Yes. Users are not hard-deleted via the API's currently.