Currently, when a bot developer has opened a dialog task in the bot builder, that entire task gets blocked from being accessed by any other team member. Anyone else who tries to open the task gets a warning message saying it's locked while the other person is accessing it. This creates issues for large teams where multiple people work on a flow simultaneously. This problem is exacerbated by the fact that the task also stays locked as long as that person has the task open in a browser tab, even if they're working on something else or are away (it seems to take a very long time before the session actually times out). Therefore, we would like it to be possible for other team members to open a "read/view only" version of the task while someone else is already editing it. This way other team members could at least view the task while their colleague is working on it. Another even better solution would be if the task on the whole remains accessible and editable for all team members, but only the specific node someone else is working on would remain locked for editing by others (ideally that node would then also still be accessible in a view only mode for other team members). Thank you