cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BRF Event

Former Member
0 Kudos
153

Hello,

This is a more of a general question on BRF Events.

we can have multiple expressions(via Rules) linked to an EVENT.

My Question is :

1. Whats the purpose of having myltiple rules in an EVENT?

2. Is there a relation on how those expressions are evaluated?

Can anyone answer with example?

Thanks,

Sushil.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

With the help of the BRF, the system determines whether or not a specific process level needs to be carried out. At design time, BRF events are defined and business rules are assigned to them (Expression). The events are assigned to process levels so that, at runtime, the process-controlled workflow can use them as entry points to the BRF.

The business rules contain expressions that analyze document data and return a result, for example, the total shopping cart value or the product category of an item. Depending on this result, the corresponding process level is either activated or not activated.

The process level evaluation runs in loop cycles and is repeated each time a process level is finished, provided that no level restart has been requested.

Thanks!!

Bharath

Former Member
0 Kudos

Bharath,

My question was regarding use of multiple expressions in an event and how their evaluation relates to each other?

If i have two expressions in an event and first expressoin returns type boolean and second expression returns type char...

how do these two get related.

Thanks,

Sushil.