I mark my microflows as Functions (FUN prefix) if they don’t have any side effects and they take as input an entity and return a variable or a non persistable entity. I’d like to be able:
to declare these entities or variable as immutable
to declare a microflow as a function with strict control on the functional nature of the same