Interface IWorkflowFileValue

  • All Known Implementing Classes:
    WorkflowFileValue

    public interface IWorkflowFileValue
    Represents part of the result returned by a workflow node when executed, specifically the files that may be returned by the node.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getFiles

        List<File> getFiles()
        Returns:
        A list of files created by the node that should be made available to the workflow context. Must point to existing files.