RulePoint
- RulePoint 6.1
- All Products
past(event.property)
Argument
| Required
Optional
| Description
|
---|---|---|
event.property
| Required
| The event property other than the latest event.
|
when 2 transactions t with past(t.amount) as result= 15 then response with body =”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
amount[1]=15
amount[0]=20
| The past event value should be 15.
| 15
|