Skip to content

Using fact values in event parameters #288

@LRuttenPostNL

Description

@LRuttenPostNL

I've tried searching for it, but I couldn't find if it is somehow possible to use fact values in the event section of a rule. So something like:

 ....
    event: {
      type: 'myEventType',
      params: {
        myParam: {
            fact: 'myFact',
            path: '$.myPath' 
      } // Should resolve to a value in myFact

What would be the way to achieve such a thing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions