validate Form
abstract suspend fun validateForm(processName: String, fullValidation: Boolean): ValidationResult?
Content copied to clipboard
Validates the process name and all the current data in widgets, and prepare values for other operations (save/submit/complete/cancel).
Return
ValidationResult that contains details of form validation done, or null if the current stack is not alive anymore.
Parameters
process Name
String the process name.
full Validation
Boolean Whether the full validation is needed or not.