How to pass parameters from Azure Node SDK to Azure Data Factory pipeline

This is a note of what I am trying to do with the Azure Node SDK, trying to parameterize and execute on the Azure Data Factory pipeline. Pipeline execution of Data Factory is performed by the "createRun" method of the "pipelines" member of the "DataFactoryManagemantClinet" object. However, the refe…