Skip to main content
Solved

Get the FME Form Release Info In Workspace


bo
Contributor
Forum|alt.badge.img+10
  • Contributor

Hello there,

 

I looked into FME system parameters and Python APIs to find a programmable way to identify release info, such as 2023.2.1, etc., in an FME Form session, to no avail. I would appreciate you sharing your approaches.

 

Bo

Best answer by joepk

You can also find these in the User Parameter dropdown menu: image

View original
Did this help you find an answer to your question?

4 replies

joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • January 8, 2024

Could this be what you are looking for?


joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • Best Answer
  • January 8, 2024

You can also find these in the User Parameter dropdown menu: image


david_r
Celebrity
  • January 8, 2024
joepk wrote:

Could this be what you are looking for?

+1 for this. Alternatively, you can also query the FMESession object, although the result should be the same as using the constants:

import fmeobjects
 
fme_build = fmeobjects.FMESession().fmeBuildNumber()  # e.g. 23764
fme_version = fmeobjects.FMESession().fmeVersion()  # e.g. 'FME 2023.2.0.0'

 


bo
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • January 8, 2024

Thanks, @joepk​  and @david_r​ !


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings