We need the job name from Azkaban when trying to schedule a job. Is there any built-in property for that? We are getting the flow name from ${azkaban.job.flowid}
.
Eg: My job file is:
type=command
command=python xyz.py ${azkaban.job.attempt} ${azkaban.job.flowid}