Hello,
I am submitting job through my FME api and not keeping job id in application, Though I want to check status of my job through Published parameer which is always unique.
I know we can get all jobs and then we can do filtering but it will bit costly operation hence I dont want to do that.
How to track Submitted job status with Published parameter? (Eg: I am supplying “batchId” as published parameter and want to track job status based on my that batchid only)