Skip to main content
May 20, 2026
Question

LLM execution failed: EVENT_NOT_FOUND - No event exists with name: setVariableValue

  • May 20, 2026
  • 2 replies
  • 1 view

I am facing error in the AI agend while reading the document.
LLM execution failed: EVENT_NOT_FOUND - No event exists with name: setVariableValue
Steps1:  When I am passing this document as in the TOOL in the AI agend than it is working fine.
Steps2:  When passing this document in the input than facing this issue.

Please just How can I pass document dynamically in the process model?

    2 replies

    shubhama926776
    May 20, 2026

    Looks like input or output mapping is missing or mismatched.

    Map the Agent input to a valid Document process variable in the process model.
    Also map every output in the Agent node to a valid process variable with the correct type.

    May 20, 2026

    I agree with this, make sure you are using a!map() and define your required input parameters as keys in the map object.