Inputs with special symbols should not be defined as environment variables
Current situation
Functions parameters are available in the execution environment as environment variables if they are of 'proper' types.
But if they are strings and contain special symbols (cr/lf/...), that breaks windows jobs.
Desired outcome
Those parameters should not be made available as environment variables.