Hi Tim,
Thanks for your solution!.
I will explain the complete scenario:
service1 scheduled at 1.00pm
service2 scheduled at 1.15pm
service3 scheduled at 1.30pm
all the above service generates a file and saves it in pub folder.
service4 scheduled at 4.00 pm which picks up all the 3 files and transfers it to FTP.
The service1,service2 & service3 ending time varies some days ends before 4.00pm (then no problem). some days exceeds the time then the incomplete file is transferred to FTP.
In order to avoid incomplete transformation service4 has to be scheduled or executed after completion of all three service’s.
could you please provide me a solution.
I have one solution, setting up a flag in completion of each service and the service4 is scheduled in duration of 0.5 hrs from 4.00pm for 3 times.
when the flag is found then the file is transferred to FTP otherwise nothing.
Is there any other solution for the above case?Is there way of scheduling service after completion of other?
Sorry for not giving clear picture before.
thanks in Advance
Regards
RDS
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services