Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: name change

...

  • meta:eci - the event channel identifier on which the current event was raised
  • meta:host - the public DNS name of the machine running the engine, including port number. Does not include the trailing "/". ex. http://localhost:8080 You may configure this value when starting your pico engine. See the developer tips page to see why and how.
  • meta:inEvent - Boolean value true if the engine is evaluating an event for this pico, false otherwise
  • meta:inQuery - Boolean value true if the engine is evaluating a query for this pico, false otherwise
  • meta:picoId - the ID of the currently running pico
  • meta:rid - the ruleset ID of the currently running ruleset
  • meta:ruleName - the name of the rule currently being evaluated
  • meta:rulesetURI - the URL from which the currently running ruleset was registered/installed
  • meta:txnId - return the transaction ID for the current evaluation. This is mostly useful for debugging or as a correlation identifier
  • meta:rid_configrulesetConfig -  return the configuration Map given when the ruleset was installed in the pico

...