mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Simulate Node): New node (no-changelog) (#9109)
This commit is contained in:
@@ -2839,6 +2839,7 @@ const getCommonWorkflowFunctions = (
|
||||
}
|
||||
return output;
|
||||
},
|
||||
getKnownNodeTypes: () => workflow.nodeTypes.getKnownTypes(),
|
||||
getRestApiUrl: () => additionalData.restApiUrl,
|
||||
getInstanceBaseUrl: () => additionalData.instanceBaseUrl,
|
||||
getInstanceId: () => Container.get(InstanceSettings).instanceId,
|
||||
|
||||
Reference in New Issue
Block a user