n8n-nodes-octavehq
Version:
Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.
32 lines • 896 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.workflowOperations = void 0;
exports.workflowOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['workflow'],
},
},
options: [
{
name: 'Run',
value: 'run',
description: 'Trigger a workflow run',
action: 'Run a workflow',
},
{
name: 'Run Status',
value: 'runStatus',
description: 'Check the status of a workflow run',
action: 'Get workflow run status',
},
],
default: 'run',
},
];
//# sourceMappingURL=WorkflowDescription.js.map