I have a model where I have messages being sent to a FR object, where the message sender is either a flowitem or another FR object. The FlexScript code that is triggered by the message will need to have two different execution paths depending on whether the sender is a flowitem or an object. Is there a way to know this? I know of the isclasstype() command, but I'm not sure if it's possible to use this command to check for reference to a flowitem (since flowitems don't have a class attribute node). I'm assuming not. If not, I'm not sure what I can use.
I'm doing this in FlexScript so I'm looking for the specific command reference if possible.
Thanks in advance!