in conductor.js [83:90]
function invoke (req) {
try {
if (needleOptions) req = Object.assign({}, req, JSON.parse(needleOptions))
} catch (err) {
console.err(`Ignoring invalid needle options: ${needleOptions}`)
}
return wsk.actions.invoke(req)
}