Hello,
I am currently working on a project that using Flowable Engine,
I need to implement the locking/ unlocking mechanism for a task that belongs to the same user , does this mechanism exists in Flowable ?
Thank you
Hello,
I am currently working on a project that using Flowable Engine,
I need to implement the locking/ unlocking mechanism for a task that belongs to the same user , does this mechanism exists in Flowable ?
Thank you
What is the objective of the locking?
If you’re trying to prevent another user accessing or completing the task, then you should know that the task assignee, is the one who can do this. Therefore the task is “locked” to the assignee and needs to be transferred to another, for the other person to be able to access the task.