@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
16 lines • 691 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 actor and get dataset';
const rawOption = {
name: 'Run an Actor and Get Dataset',
value: 'Run actor and get dataset',
action: 'Run an Actor and get dataset',
description: 'Runs an Actor, waits for it to finish, and finally returns the dataset items',
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map