@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
22 lines • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = exports.option = exports.name = void 0;
const properties_1 = require("./properties");
const hooks_1 = require("./hooks");
exports.name = 'Get task input';
const rawOption = {
name: 'Get Task Input',
value: 'Get task input',
action: 'Get task input',
description: 'Returns the input of a given task',
routing: {
request: {
method: 'GET',
url: '=/v2/actor-tasks/{{$parameter["actorTaskId"]}}/input',
},
},
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map