Shared logic for multiple Process nodes

I think the problem here is a cumbersomeness of VL:

_Configure → Connect to signature. approach:

  1. Define AAAA process

  2. Define XXXX proccess:

Now XXXX includes AAAA

This works for simple stuff, let’s notice when it’s starts to be cumbersome:
Let’s define an operation in AAAA:

When we expose operation like that notice the pin is greyed out:

However on our forward it’s not

Now if we define BBBB operation here:


We notice our pin still not grayed out. (You can likely fix that with interface)

So… I guess you can do that - that way, but if you are using Operations (methods) at may lead to confusion…

That’s just one of the approaches…

process-connect-to-signature.vl (9.3 KB)

3 Likes