I got the solution, my mistake is ..
I wrote the my functionality in onCompleted event handler of BG task trigger which is firing if the app is in active mode(not suspend or not terminate),
now, it resolved by keeping my all functionality code in the same backgroundtask.js file which will execute every time when the BG trigger is fired.