After configuring an AI Agent in a workflow, whether you create a new agent or use an existing one, you must define how data flows between the application and the agent. This is done using Input Mapping and Output Mapping.
Input Mapping defines what application data is passed to the AI Agent for evaluation.
Output Mapping defines where the agent’s result or decision is written back so the workflow can continue correctly.
Input Mapping specifies the application data that the AI Agent evaluates during workflow execution.

Output Mapping defines how the AI Agent’s decision or result is used by the workflow.

AI Agents do not automatically know which application data to evaluate or where to store their results. Input Mapping ensures the agent receives the correct data for evaluation. Output Mapping ensures the agent’s decision is available for the workflow to act on. Both mappings are required to ensure accurate decision-making and predictable workflow behavior.