-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
There's many places in FLP where we use fmt.Sprintf to convert anything into a string - that's known to be quite inefficient.
We should replace that with our utils.ConvertToString which is more efficient - especially for code invoked during flows processing - not needed in initialization code