diff --git a/lib/runner/extensions/event.command.js b/lib/runner/extensions/event.command.js index 5ccd36279..506954c53 100644 --- a/lib/runner/extensions/event.command.js +++ b/lib/runner/extensions/event.command.js @@ -504,6 +504,7 @@ module.exports = { _itemId: item.id, _itemName: item.name, _itemPath: item.getPath && item.getPath(), + _itemPathIds: item.getPathIds && item.getPathIds(), _eventItemName: currentEventItem && currentEventItem.name } }, function (err, result) {