I have a job with multiple tasks like Task1 -> Task2 -> Task3. I am trying to call the job using api "run now". Task details are below
Task1 - It executes a Note Book with some input parameters
Task2 - It runs using "ABC.jar", so its a jar based task with some parameters
Task3 - It runs based on "XYZ.jar", so its a jar based task with some parameters
So, how I can provide parameters to job api using "run now" command for task1,task2,task3?