Class RunFlowOverlay

    • Constructor Detail

      • RunFlowOverlay

        public RunFlowOverlay()
    • Method Detail

      • getAction

        public String getAction()
        Returns the action string used in the command processor.
        Specified by:
        getAction in class AbstractScriptlet
        Returns:
        the action string
      • doProcess

        protected String doProcess​(String options)
                            throws Exception
        Processes the options.
        Specified by:
        doProcess in class AbstractScriptlet
        Parameters:
        options - additional/optional options for the action
        Returns:
        null if no error, otherwise error message
        Throws:
        Exception - if something goes wrong