Class WorkflowFileValue

    • Constructor Detail

      • WorkflowFileValue

        public WorkflowFileValue​(List<File> files)
        Deprecated.
    • Method Detail

      • getFiles

        public List<File> getFiles()
        Deprecated.
        Description copied from interface: IWorkflowFileValue
        A list of files that should be made available to the workflow context. Must point to existing files.
        Specified by:
        getFiles in interface IWorkflowFileValue
        Returns:
        A list of files created or provided by the workflow element.