Hello,
I have a state machine and couple branches underneath, there is a specific user/group assigned to each branch and there is condition within each branch if condition meets the requirement workflow checks out the item and once user checks in, (listens check out/ status) next action starts. This process is the same for each branch.
The issue is every time workflow checks out item it always checks it our for the initiator. I need to make sure that item is always checked out for the specific user/group. Let says I have 3 branches (in my case levels) Level 1 = Person1, Level2 = Person 2 and Level 3 = Person 3. If state changes from Level 1 to Level 2 workflow will check out the item for Person 2
How can I build that?
Thanks
Remzi