Workflow event validation
Log in to add to favouritesProperty
Name | Type | Format | Description |
---|---|---|---|
message | object | localized value | A message to be displyed in the Contensis UI if the validation fails. |
Example
This example shows the required validation as used in the parameters of a workflow event.
{
"required": {
"message": {
"en-GB": "The reason is required"
}
}