Â
Â
http://fmeserver/fmerest/v2/transformations/commands/submit/Samples/austinDownload.fmw?detail=highÂ
Â
With these parametersÂ
{ "FMEDirectives": {}, "NMDirectives": { "failureTopics": o], "successTopics": o] }, "TMDirectives": { "rtc": false, "ttl": 120, "description": "This is my description", "priority": 5, "tag": "linux" }, "publishedParameters": o { "name": "MAXY", "value": "42" }, { "name": "THEMES", "value": o "airports", "cenart" ] } ], "subsection": "REST_SERVICE" }Â
Â
And adding the services to notify:Â
   "NMDirectives": {Â
       "successTopics": cÂ
           "MYTOPIC_OK"Â
       ],Â
       "failureTopics":Â
           "MYTOPIC_CALLED"Â
       ]Â
   },ÂÂ
Â
and even trying to set it "manually"Â
Â
   "FMEDirectives": {Â
       "TEXTLINE_1_DATASET": "!FME_AUTO_DIR_NAME!_nw\\\\textline.txt"Â
   },ÂÂ
Â
It does not seem to be able to write a textfile to send to the notification.Â
Â
Any help from Safe or users regarding this?Â
Â
I would expect it to be able to send the text_line_data to the notification - however it seems the output-directory/file for the TEXTFILE writer does not get set when using the RESTAPI and no file is created. When you use the JOBSUBMITTER it works as expected and the text_line_data is generated properly.ÂÂ
Â