Closed ericmehl closed 2 months ago
This changes the naming of jobs to be ${dispatcher.jobName}.${taskNodeName} instead of just ${taskNodeName}. It also adds a new batchName plug and changes naming of batches. Previously, batches were named by the dispatcher's jobName.
${dispatcher.jobName}.${taskNodeName}
${taskNodeName}
batchName
jobName
This changes the naming of jobs to be
${dispatcher.jobName}.${taskNodeName}
instead of just${taskNodeName}
. It also adds a newbatchName
plug and changes naming of batches. Previously, batches were named by the dispatcher'sjobName
.