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 anode
while it is being executed, set viaprovideExecutionData()
and accessible viagetExecutionDataForNode()
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
IFormElementRepetitionContextData