Skip to main content
Question

How to track job status based on Published Parameters?

  • June 7, 2024
  • 1 reply
  • 60 views

mayurasodariya3
Participant
Forum|alt.badge.img

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)
 

 

1 reply

andrewj74
Supporter
Forum|alt.badge.img+6
  • Supporter
  • 46 replies
  • June 7, 2024

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.