Jump to content

generic reference in Process


petersbl
 Share

Recommended Posts

I have a multiple combiners into which a single worker provides entities.  While the worker is at a specific combiner, I want to check if that combiner's output buffer is full.  I'd prefer not to create a separate process for each combiner as I have dozens.  How do I code the process so that it is generic and that 1 process can work for any combiner?

I'm hoping this is an easy question.  Sorry if it's obvious.

Thanks for your help.

Link to comment
Share on other sites

  • 4 years later...

Hi @jzhou, how would this work if I want to refer to the MemberOutput Node of a separator in an expression? I get lost at the following expression:

Entity.Location.Parent.Node.AssociatedObject.Separator.Output.[what comes next?]

Link to comment
Share on other sites

×
×
  • Create New...