A workflow has a session task. Both workflow and session each have been assigned a different parameter file. Which value will be set for ParameterValue in the session when using the following two parameter files

Q & ACategory: InformaticaA workflow has a session task. Both workflow and session each have been assigned a different parameter file. Which value will be set for ParameterValue in the session when using the following two parameter files
Admin Staff asked 4 years ago

A workflow has a session task. Both workflow and session each have been assigned a different parameter file. Which value will be set for $$ParameterValue in the session when using the following two parameter files?”
Workflow Parameter file:
[Global] $$ParameterValue=l
[Session] $$ParameterValue=2
Session Parameter file:
[Global] $$ParameterValue=3
[Session] $$ParameterValue=4

1 Answers
Admin Staff answered 4 years ago

1