Hi,
I need your inputs on following.
I am planning to have a service task that push a file to FTP location.
If FTP push is successful,workflow proceeds further else,it needs to be at the same stage.
I am planning to have a scheduled jon which will query the service task responsible for FTP push and signal them for executing FTP push activity written inside it.
Does this look good?
Now, my question is -
My service task should only be executed/invoked from scheduler.
how can I make that task to not get executes untill invoked from scheduler.