UNPKG

@apify/n8n-nodes-apify

Version:
35 lines 954 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = void 0; exports.properties = [ { displayName: 'GET /v2/actor-tasks/{actorTaskId}/input', name: 'operation', type: 'notice', typeOptions: { theme: 'info', }, default: '', displayOptions: { show: { resource: ['Actor tasks'], operation: ['Get task input'], }, }, }, { displayName: 'Actor Task Id', name: 'actorTaskId', required: true, description: "Task ID or a tilde-separated owner's username and task's name", default: 'janedoe~my-task', type: 'string', displayOptions: { show: { resource: ['Actor tasks'], operation: ['Get task input'], }, }, }, ]; //# sourceMappingURL=properties.js.map