Interface INodeExecutionData

All Known Subinterfaces:
IForEachLoopData, IForEachLoopData.Attachments, IForEachLoopData.CharacterSeparatedValues, IForEachLoopData.FieldValues, IForEachLoopData.Files, IForEachLoopData.FormElementRepetitions, IForEachLoopData.JsonValue, IForEachLoopData.RowsOfCharacterSeparatedValues, IFormElementFieldValueContextData, IFormElementRepetitionContextData, ILoopNodeData
All Known Implementing Classes:
DoUntilLoopData, ForEachLoopData, ForEachLoopData.Attachments, ForEachLoopData.CharacterSeparatedValues, ForEachLoopData.FieldValues, ForEachLoopData.Files, ForEachLoopData.FormElementRepetitions, ForEachLoopData.JsonValue, ForEachLoopData.RowsOfCharacterSeparatedValues, WhileLoopData

public interface INodeExecutionData
Base interface for data provided by a node while it is being executed, set via provideExecutionData() and accessible via getExecutionDataForNode().
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also: