Edit subprocess

What can I do? When a flag is true, only the elements in the sub process can be edited, but the elements outside the sub process cannot be edited
image

Hi itheima966,

Could you explain your issue in a structured and detailed manner, so anyone has a fair chance to understand your use case?

If you are stuck with a particular problem, provide the necessary context. Phrase your post so that we can follow your line of thought, step by step.

For further assistance, please share a CodeSandbox that reproduces your issue in a way that we can inspect it.

Well, I want to make a flow chart, introduce it into a system, and then allow different users to log in to the system for editing. However, according to different user identities, he can only edit the contents of his own part of the sub process, and he can’t edit other process elements, because those are not within its scope of authority, but now I don’t have a train of thought in this respect. I hope someone can tell me how to do it.