Interface Process

    • Method Detail

      • execute

        Map<String,​Object> execute​(Map<String,​Object> input,
                                         ProgressListener monitor)
                                  throws ProcessException
        Execute this process with the provided inputs.
        Parameters:
        input - Input parameters for this process
        monitor - listener for handling the progress of the process
        Returns:
        Map of results, (@see ProcessFactory for details), or null if canceled
        Throws:
        ProcessException