@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
16 lines • 777 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 = 'Run task and get dataset';
const rawOption = {
name: 'Run Task and Get Dataset',
value: 'Run task and get dataset',
action: 'Run task and get dataset',
description: 'Runs an Actor task, waits for it to finish, and finally returns the dataset items. You can optionally override the Actor’s input configuration by providing a custom body.',
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map