Skip to main content

Generation rule

The generation rule is a helper object for setting the frequency of rule execution


AttributeTypeDescriptionNullable
typeStringAvailable types:
daily - daily
weekly - on certain days of the week
monthly - on specified days of the month
lastDayOfMonth - on last day of the month
quarterly - quarterly
halfYearly - half-yearly
false
daysList of integersNumber of daysfalse
monthsList of integersNumber of monthsfalse
Example:
{
"type": "daily",
"days": [],
"months": []
}