Multi instance subprocess variable is visiable in other subprocess instance and main process

now I have a flow use multi instance subprocess . I use external service task handle every task and complete it with a variable which I would just like it available in current subprocess scope.but I found the variable is visiable in other subprocess instance and main process .it will lead to concurrent issue .How can I realize my target? Who can tell me? Thank you in advance!