span8
span4
span8
span4
Dear FMEers,
We are using the API to submit transformations and get jobs with the result when completed. This works fine but the numFeaturesOutput is always 0 even when features are written. Must be something simple but I can't find how to get this to work.
Using FeatureWriters in 2016.1.
And how can we put text in the Description Parameter?
Features written by a FeatureWriter don't count towards the total number of features written. They do show up in the log though.
If you look at the job log, how many features is reported as written at the end?
You can specify the description in the TMDirectives block of the API call used to submit your job, here's an example using json:
{ "FMEDirectives": {}, "NMDirectives": { "failureTopics": [], "successTopics": [] }, "TMDirectives": { "rtc": false, "description": "This is a description of my job submission", "priority": 100, "tag": "" }, "publishedParameters": [ { "name": "MY_PARAMETER", "value": "1234" } ], "subsection": "REST_SERVICE" }
© 2019 Safe Software Inc | Legal