Preesm Release 3.3.0 - Worfklow Parameters

We have released Preesm version 3.3.0, introducing 2 parameters for controlling workflows.

The workflow parameters control the workflow output and behavior as follows:

  • ‘Error on Warning’: If set to ‘true’ (default), the workflow will stop with failure when the log prints a warning or severe entry;
  • ‘Verbose Level’: Controls the output of the log. Default value is INFO. Possible values range in {ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, NONE}, as defined in java.util.logging.Level.

Note that, as the error on warning parameter is set to ‘true’ by default, this may change the behavior of existing workflows throwing warnings.

Updated: