Can we pass the parameters in job sequence

Questions by Suri123   answers by Suri123

Showing Answers 1 - 3 of 3 Answers

Please provide more details.

=> Are you asking to pass the parameters to the job sequence from any external script?

=> Are you asking passing parameters to a parallel job from sequence?

  Was this answer useful?  Yes

Parameters can be passed to the job sequence using a shell script.

Following is the command to run the sequence with passing the parameters :

dsjob -run mode Normal -param param=value projectname SequenceName

Here,

"param" is the name of paramter defined in the job properties of the sequence.
"value" is the value of the parameter that you want to pass to this sequence.




  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions