running on FME server and Cloud, don't want to return any datasets. just want to return a simple true or false,
is this possible in FME?
running on FME server and Cloud, don't want to return any datasets. just want to return a simple true or false,
is this possible in FME?
Don't know if this is exactly what you want but the attached workspace published to the DataStreaming service will return true as a string to the caller.
An AttributeCreator could be used to return a boolean attribute, based on the values from other attributes. Within the drop down, you will find Conditional Value. You can setup an 'If' statement from there.
boolean.jpg
An AttributeCreator could be used to return a boolean attribute, based on the values from other attributes. Within the drop down, you will find Conditional Value. You can setup an 'If' statement from there.
boolean.jpg