UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 340 B
import type { ExecutionStatus } from 'n8n-workflow'; import type { IExecutionFlattedDb, IExecutionResponse } from '../Interfaces'; export declare function getStatusUsingPreviousExecutionStatusMethod(execution: IExecutionFlattedDb | IExecutionResponse): ExecutionStatus; export declare function isAdvancedExecutionFiltersEnabled(): boolean;