Is Type?¶
Description¶
The Is Type Node takes a reference to an object and checks if it uses
the given object definition. It will continue
executing in one of the True or False paths depending on the
outcome of the test.
Ports¶
- Flow In
- In order for this node to perform its operation, it must be connected into an active flow using this input port. The flow will ultimately originate at a Trigger node but can come from the Flow Out port of any other flow node.
- Ref
- An object reference port that provides a reference to the object to check. If this is not connected, and the logic is on an object, the current object will be used.
- True
- A node connected to the True port will be executed in sequence if the object uses the specified object definition.
- False
- A node connected to the False port will be executed in sequence if the object does not use the specified object definition.
Parameters¶
- Object Definition
- A dropdown to select the Object Definition that will be compared with the Object Definition the specified object is based on.