UNPKG

@apify/n8n-nodes-apify

Version:
55 lines 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.properties = void 0; exports.properties = [ { displayName: 'GET /v2/acts/{actorId}/runs/last', name: 'operation', type: 'notice', typeOptions: { theme: 'info', }, default: '', displayOptions: { show: { resource: ['Actors'], operation: ['Get last run'], }, }, }, { displayName: 'Actor', name: 'actorId', required: true, description: "Actor ID or a tilde-separated owner's username and Actor name", default: 'janedoe~my-actor', type: 'string', displayOptions: { show: { resource: ['Actors'], operation: ['Get last run'], }, }, }, { displayName: 'Status', name: 'status', description: 'Filter for the run status', default: 'SUCCEEDED', type: 'string', routing: { request: { qs: { status: '={{ $value }}', }, }, }, displayOptions: { show: { resource: ['Actors'], operation: ['Get last run'], }, }, }, ]; //# sourceMappingURL=properties.js.map