mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat: Add support for $env in the js task runner (no-changelog) (#11177)
This commit is contained in:
@@ -11,6 +11,7 @@ import type {
|
||||
IExecuteData,
|
||||
IDataObject,
|
||||
} from 'n8n-workflow';
|
||||
import { createEnvProviderState } from 'n8n-workflow';
|
||||
|
||||
export const createAgentStartJob = (
|
||||
additionalData: IWorkflowExecuteAdditionalData,
|
||||
@@ -49,6 +50,7 @@ export const createAgentStartJob = (
|
||||
connectionInputData,
|
||||
siblingParameters,
|
||||
mode,
|
||||
createEnvProviderState(),
|
||||
executeData,
|
||||
defaultReturnRunIndex,
|
||||
selfData,
|
||||
|
||||
Reference in New Issue
Block a user