Hi ! I am using GraphQL to run executions. I notic...
# ask-community
j
Hi ! I am using GraphQL to run executions. I notice that the object JobOrPipelineSelector takes as parameters pipelineName and JobName. I have trouble understanding the difference between these two concepts? Is there one of the two parameters to choose ?
🤖 1
s
Hi Jordan, Just use
jobName
.
pipelineName
is legacy and will be removed eventually (jobs used to be pipelines).
j
Okay, thanks for the clarification