notificationEndPointName)) {
notificationEndPointId = notificationEndPointInfo.getId();
}
}
JobNotificationSubscription jobNotificationSubcription = getJobNotificationSubscription(
notificationEndPointId, TargetJobState.All);
Creator creator = Job.create().setName(name).setPriority(priority)
.addInputMediaAsset(assetInfo.getId())
.addTaskCreator(getTaskCreator(0))