Variables and Their Values
There are multiple variables that can be used in workflows created for using in agentic apps.
| Variable Name | How the Value is Populated |
|---|---|
OraMessageHint |
Set by the app runtime based on what the app is doing right now: startup display load, startup actions, communications, query, subtitle, and so on. |
inputMessage |
The current message for that request. For a user query, it's the user prompt. For some action and communication flows, it's the command or content being sent into the workflow. |
OraAppContext |
Passed from the current app context that may come from the app URL, from app-to-app navigation, or from an action that switches context. |
OraUserContext |
Passed from the signed-in user and is available to app-aware workflows. |
OraAttachments |
Populated for query flows when the conversation includes attachments. |
OraPanelName |
Populated only when the app is loading additional panel content for a focused agent. |
OraCommParamsToFill |
Populated when the app is asking agents to fill in communication parameters. |
OraCommNonTemplateParamList |
Available for communication sender flows that need non template parameter information. |