2. Incremetal Load and 3. Main app which refresh the data.
Now I setup a task chain like this:
1. Full Load - -> Will run only once
2. Incremental Load - > Will run after successfully executed Full load and will also run at regular interval 0f 15 minutes.
But I can saw that when I run full load , the incremental load is running automatically, but it does not run on it's own after 15 minutes interval. Please advise what to do to run the incremental jobs automatically.