Skip to main content
Solved

Return Boolean Value for workbench

  • October 4, 2017
  • 3 replies
  • 89 views

dfresh
Forum|alt.badge.img

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?

Best answer by larry

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img
  • Best Answer
  • October 4, 2017

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.


dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • October 4, 2017

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


dfresh
Forum|alt.badge.img
  • Author
  • October 4, 2017

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

I can return output from the Server/Cloud with attribute creator? no?