Class StageUtils


  • public final class StageUtils
    extends Object
    Utility class.
    • Method Detail

      • retrieveStateFieldAsString

        public static String retrieveStateFieldAsString​(ProcessContext context,
                                                        String field)
        It returns a String value kept in the ProcessContext state.
        Parameters:
        context - the ProcessContext
        field - the state field name
        Returns:
        state field value as String or null if not found