When working with agentic workflows, expressions used in branching, looping, and data mapping must follow a defined syntax. This structure also applies to the generated data map within the model. Below are the keywords and reference patterns used in agentic workflow expressions:Documentation Index
Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
Use this file to discover all available pages before exploring further.
-
Refers to the top-level agentic workflow context:
Python
-
Refers to the parent context, equivalent to the top-level agentic workflow for nodes within it:
Python
-
Refers to the current node:
Python
-
Refers to inputs and outputs of the current agentic workflow within agentic workflow nodes:
Python
-
Refers to the current index in a
foreachloop, returnsnullif not in a loop:Python -
Refers to the current item in a
foreachloop, returnsnullif not in a loop:Python -
Refers to inputs and outputs of other nodes within the current agentic workflow:
Python
-
Refers to inputs of the current node:
Python

