Taskflows > Taskflow functions
  

Taskflow functions

You can use several functions in the Taskflow Expression Editor.
Some of the key functions are described below:
Asset detail functions
You can use the following asset detail functions from the Miscellaneous section of the Expression Editor:
Character functions
You can use the following character functions from the Strings section of the Expression Editor:
Conversion functions
You can use the following conversion functions from the Dates and Times, Miscellaneous, or String sections of the Expression Editor:
Data cleansing functions
You can use the following data cleansing function from the Miscellaneous section of the Expression Editor:
Date functions
You can use the following date functions from the Dates and Times section of the Expression Editor:
Numeric functions
You can use the following numeric function from the Numbers section of the Expression Editor:
Organization detail functions
You can use the following organization detail functions from the Miscellaneous section of the Expression Editor:
Test functions
You can use the following test functions from the Miscellaneous section of the Expression Editor:
When you use an integer type variable in a function, explicit casting of number is required for best results. For example, rewrite $output.current to number($output.current) in functions where you pass an integer type variable.