Hi,
To be more precise, we have web service that post files and we want to trigger the corresponding job to process this file.
I thought about using the visualcron web api but we have multiple files to process with different job and it seem complex to trigger only on a specific file.
For example:
We have 2 files, file1 triggers the jobA and file2 triggers the fileB but the service that send the files is the same for both.
How can I trigger the corresponding job without adding more complexities?