Skip to main content

I have a workspace1 when completed posts the topic message to another workspace2 that subscribes to it. I get details about the status of the workspace1 which is received via the JSON file in the topic message (FME_TOPIC_MESSAGE). Is there also a method to extract the published parameters of workspace1?

 

I tried HTTP caller with the link to the log file with a GET request but I am not able to achieve it

 

image

You should be able to use the REST API to get this info

https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#!/transformations/request_get_23

 


Thank you! Works like a charm :)


Reply