Skip to main content

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)
 

 

Cant you just look at the job log on FME server? or did you want them all logged on a spreadsheet or get an email notification. If you use an FME server automation you could expose the upstream workspace name and status to use in a subsequent workspace to create a log, or alternatively expose them in an email body to notify yourself.


Reply