UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 236 B
import type { IWorkflowBase } from 'n8n-workflow'; export declare function getWorkflowActiveStatusFromWorkflowData(workflowData: IWorkflowBase): boolean; export declare function isManualOrChatExecution(executionMode?: string): boolean;