Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
  pre {
    eci = eci_to_other_pico;
    args = {"arg1": val1, "arg2": val2};
    answer = wrangler:picoQuery(eci,"my.ruleset.id","myFunction",{}.put(args));
  }
  if answer{"error"}.isnull() then noop();
  fired {
    // process using answer
  }

...