Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Job Dependency in Window scheduler

Hi,

I am new user , just wanted to check , Lets i have 2 jobs A and B , i want to schedule job A and once job A is done (Success or Fail) my second job B should start , is it possible same in Windows Task Scheduler ? Thanks 

Labels (1)
  • v7.x

1 Reply
Anonymous
Not applicable
Author

Hello,

Please try to set job B as a child job and use "OnSubjobOK" to trigger trunjob component.
The workflow should be:
Parent job:
Job A-->OnSubjobOK-->tRunjob(child job B)
Child job 1:
Job B
Best regards
Sabrina