You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conditions: {
all: [{
fact: 'account-information',
operator: 'equal',
value: 'microsoft', // **Is it possible make this value 'microsoft' as a dynamic content?**
path: '$.company' // access the 'company' property of "account-information"
}]
},
event: {
type: 'microsoft-christmas-pto',
params: {
message: 'current microsoft employee taking christmas day off'
}
}
The text was updated successfully, but these errors were encountered:
I believe that you can accomplish this by fact comparison and just provide the target value as dynamic fact at runtime or as a static fact on engine initialization.
Example:
The text was updated successfully, but these errors were encountered: