This activity is used to verify that an entity is of a specific entity type, and you can cast/convert a base entity to the sub entity type.
Target parameters (in) and Activity options
EntityToCheck | The entity object you want to check. |
ExpectedEntityType | The entity type you want to check the given entity against. |
Source parameters (out)
EntityToCheck | The same entity sent in, but maybe converted to the expected type. |
IsEntityOfCorrectType | Returns true if the entity is of the expected type. |
Drop targets
Yes/No, depending on the return value of “IsEntityOfCorrectType”
Comments
0 comments
Please sign in to leave a comment.