We have a scenario here where: * A tool on a service can be started via a URL, and one of its parameters is a URl for it to collect a source file from. * We would like to use this tool in a job, such that we create the source for the tool, then want to start the tool above with a file in our workspace. We'd then be long polling, to get the result back from the tool.
The thing is, I can't see if there is a clear way to get a workspace file via HTTP if the job is concurrent (which means more than one workspace). Has anyone on the list any ideas for this? Assume for now that the service cannot be changed, and that disabling the job concurrency would be prohibitively difficult (we'd have create many separate jobs to get the same functionality without it). Thanks, Danny
