14.7.1 Decision Rule
This rule returns the Boolean value “True/False”, used in decision making during split/branching of transition.
Use Case of Month End Replication - The requirement is to run the load connector only on the last business day of the month (which is not month-end) and when the MIS_DATE is any other business day of the month, It should skip the task.
The expression rule of type decision is '{LAST_BUS_DAY}'='{FIC_MIS_DATE}' AND '{LAST_BUS_DAY}'<>'{MONTH_END_DATE}'
The following application rules are supported:
- Expression Application Rule
- Attribute Expression Application Rule