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