Class PauseAction

    • Constructor Detail

      • PauseAction

        public PauseAction()
        Creates a new component instance.
    • Method Detail

      • process

        public List<Map<String,​Object>> process​(Map<String,​Object> data,
                                                      JobExecution jobExecution)
        Pauses the processing for every data that is supplied to it.
        Parameters:
        data - The data the action will work with.
        jobExecution - The job execution log.
        Returns:
        The supplied data item.