Hello to all!
Is there a way to set the user that started the process instance as the assignee of every task? If it can be done, what if there are sub-processes called in the process instance? Will they inherit the assigned as well?
I did not find any material of this topic, hopefully it isn’t a question that has already been asked.
Thank you for your time!
Yes. you can use a field," initiator".
Yes, Subprocess will inherit the assignee from the parent process.
Hope this answers your question.
1 Like
I created a recent example here that might help you with this. In it a single user is assigned to any take that might occur. there’s a sub process involved as well and in case you need some more advanced features there’s also a reassignment features.