Why does BTTask Finish Execute have a Continue pin?

See the attached screen shot. This is the Finish Execute node from an Event Receive Execute AI in a Behavior Tree Task. Finish Execute is the last node called, like a Return node, so why does it have a Continue pin on the right side of it? Doesn’t make any sense. Is there some use case for this I’m not aware of?

193110-fe.png

Hi, wiberolive

“Finish execute” tall to behaviour tree, that task ends, but it is not return node of function where its placed. For example, U can do some printing log messages or playing some sfx after it