You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
init() call tries to establish a connection to datasources. In some cases we need just validate job and their jobs without connection to anything because datasources is not available at that time.
To achieve that, the Job class should implement validate() routine calls corresponding routine for each Step and Block.
The text was updated successfully, but these errors were encountered:
init()
call tries to establish a connection to datasources. In some cases we need just validatejob
and their jobs without connection to anything because datasources is not available at that time.To achieve that, the
Job
class should implementvalidate()
routine calls corresponding routine for eachStep
andBlock
.The text was updated successfully, but these errors were encountered: