I see that the new functionality has been added for the runtime parameters and segregated DataFlow parameters in the version 3.6.1. Thats wonderful. We have it installed on one of our dev servers.
We have many LAE graphs (now converted/being converted to Dataflows) using a already defined "RunDate" param which is passed with value at runtime of the graph/dataflow. The format of the variable "RunDate" that we have defined in our LAE/dataflow varies between process to process.
But now in the newer version 3.6.1, there is a "RunDate" param thats there by default. It does not takes the value/format we pass. Its always taking the default format and hence it erroring.
We have many nodes using the "RunDate" param and many processes as well which have been already migrated and are running good in version 3.4.3 (which is our prod server)
If we upgrade our prod server to 3.6.1, with this introduction of default "RunDate" looks like our jobs would fail.It is not getting overwritten with the value/format that we pass at runtime.
Can you please advise.