Class ShellRunnerTask

  • All Implemented Interfaces:
    WorkFlowTask, Work, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    public class ShellRunnerTask
    extends BaseWorkFlowTask
    ShellRunnerTask takes a script and an optional env and runs them to completion and returns the exit code. For exit code 0 the return status should be successful and for anything else it should be a failure.
    • Field Detail

      • DEFAULT_EXECUTION_TIMEOUT_IN_SECONDS

        public static final int DEFAULT_EXECUTION_TIMEOUT_IN_SECONDS
        See Also:
        Constant Field Values
    • Constructor Detail

      • ShellRunnerTask

        public ShellRunnerTask()