Resolving Expressions in Job Configuration

JEF Action Configuration parameters support expressions. The complete Spring syntax available in Flex Enterprise is supported.

For example, the following expressions are supported:

#{variables['abc'}}
#{job.variables.variableHashMap['abc']}
#{asset.mioObject.name}
  • Expressions are usually resolved to the original configuration parameter type (e.g enum, Integer, Date…).
  • For built-in FlexObject (along with Asset, User…) classes, only the id is returned. The plugin developer must fetch other fields from the Flex Enterprise REST API.
  • Other values will default to String.