Interface IFileProviding<TData>

    • Method Detail

      • getFileValueDescriptor

        default IFileValueDescriptor getFileValueDescriptor()
        Deprecated.
        Description copied from interface: IExecutionResultDescriptor
        Creates the descriptor for the file or files that are created and made available to other actions when the node is executed. Should return null when the node provides node files.
        Specified by:
        getFileValueDescriptor in interface IExecutionResultDescriptor
        Returns:
        The descriptor for the file or files made available after the node was executed.