Mapping Expression as Parameter yields Model is not valid when executed from Workflow If I create a component with a step that maps an expression as a parameter, and call that component from a workflow, I get a “Model is not valid” exception. The attached provides a minimal example of this behavior. The component, param_test.comp, uses a random record generator with a single column, the expression of which is mapped to a parameter named “param.” The parameter value is set to “param_value.” The workflow, param_test.ewf, calls the component, passing the parameter, “param,” with value “param_value.” If the component is executed in isolation, execution completes successfully. If the component is executed from the workflow, the below error message is printed and execution halts. Is this a supported scenario? If not, how can I map a parameter value to a column within a component that is called from a workflow? 25.03.2024 01:20:25 [INFO] Processor started25.03.2024 01:20:26 [INFO] Task 'Run DQC' : IN_QUEUE25.03.2024 01:20:26 [INFO] Task 'Run DQC' : RUNNING25.03.2024 01:20:26 [