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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Trigger RunIf for joblet

I want to trigger runif for a joblet from a job but i am only finding the options of OnSubjobOk,OnSubjobError,OnComponentOk,OnComponentError using trigger input.

 

What is the way to do it.

Labels (2)
4 Replies
Anonymous
Not applicable
Author

You can use a tJava (do nothing) before joblet, eg:
...runIf--tJava--oncomponentok--joblet
Anonymous
Not applicable
Author

Yes this is an option but wanted to know if we can link directly
Anonymous
Not applicable
Author

No, it does not support RunIf trigger now.
Anonymous
Not applicable
Author

Just out of curiosity want to know why runif is the only trigger that is excluded for joblet.