🐛 Fix issue with no incoming data

This commit is contained in:
Jan Oberhauser 2021-12-23 15:54:30 +01:00
parent 0f1b8779e4
commit b9abf5c57b

View file

@ -178,7 +178,7 @@ export default mixins(
const baseKeys = ['$env', '$executionId', '$mode', '$parameter', '$position', '$resumeWebhookUrl', '$workflow'];
const additionalKeys = ['$json', '$binary'];
if (executedWorkflow) {
if (executedWorkflow && connectionInputData) {
baseKeys.push(...additionalKeys);
} else {
additionalKeys.forEach(key => {