Solved

Async Job Submitter Service

  • 24 September 2014
  • 2 replies
  • 3 views

Hello,

 

 

I have published a wrokflow as Job Submitter Service and I am sending a service request with service mode as ASYNC. I get immidiate response that job submitted successfuly. I am not sure how should I capture the response from the actual execution of service whether it's successful or failed. Is the notification service is only solution?
icon

Best answer by david_r 24 September 2014, 10:34

View original

2 replies

Userlevel 5
Hi,

 

 

your answer from the JobSubmitter will contain a JobID, which you can use to poll the job status:

 

 

http://myserver/transformations/jobs/id/<jobid>

 

 

Also look at the API documentation where this call is explained in detail:

 

http://docs.safe.com/fme/html/FME_REST/#

 

 

David
Thanks David.

Reply