App reload on the success of previous run of dependent task (Qliksense QMC)
Hi All,
I want to figure out how triggers are working.
I have 5 application consider A,B,C,D,E out of which 3 are running serially A,B,C (altogether requires 15 min to complete) and in parallel to this D,E(altogether requires 5 min to complete) are running serially, and final application F is set to dependent on successful completion of C and E. All these application are set to run 3 hourly.
Now, at very first load at 01:00 am status for all applications will become 'Success'. but in subsequent load at 04:00 am application F is getting triggered once app E is successfully completed and other apps (A->Success, B->Running, C->Success as 01:00 am load not 4:00 am load))success of app C at 1:00 am run but not 4:00 am run.
Can you please suggest how can i set trigger on success on current run (04:00 am)not on earlier load (01:00 am).