Interface IFileProvidingWorkflowElement<T>

Type Parameters:
T - The type of the workflow element's key.
All Superinterfaces:
INamedElement<T>, ITypedWorkflowElement<T>, IWorkflowElementTypeProviding, Serializable
All Known Subinterfaces:
IFileProvidingNodeWithName, IFileProvidingTriggerWithName
All Known Implementing Classes:
FileProvidingNodeWithName, FileProvidingTriggerWithName

public interface IFileProvidingWorkflowElement<T> extends ITypedWorkflowElement<T>, Serializable
Reference to a workflow node or trigger that provides files.
Since:
8.2.0
  • Method Details

    • getFileValueDescriptor

      IFileValueDescriptor getFileValueDescriptor()
      The file value descriptor associated with the files provided by the workflow element.
      Returns:
      The file value descriptor.