Hi,
I have a Flow which calls a Java Application by initilizing a object of it and gets files from Queue on a remote QM and if while processing, QM connection fails, i have to restart the flow service.
application returns a return code when processing is incomplete ( getting files ).
Basically i want know the API for the Flow to Run again to get the files.
I am using a Custom Java Application because it is doing Application Segmentation so i cant use MQAdapter.
Thanks in Advance
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods