Agent Expressions
Agent Definition Properties
2025.2.01+The following properties are available in an operation under flwAgent.definition.
Example usage: ${flwAgent.definition.key}.
| Property | Description |
|---|---|
| key | The key of the agent definition. |
| name | The name of the agent definition. |
Agent Instance Properties
2025.2.01+The following properties are available in an operation under flwAgent.instance.
Example usage: ${flwAgent.instance.id}.
| Property | Description |
|---|---|
| id | The id of the agent instance for which the agent is being executed. |
| tenantId | The tenant id in which the agent is being executed. |
note
When testing through Design there is no agent instance created. In that case the id that is returned will be a static value.
Agent Operation Properties
2025.2.01+The following properties are available in an operation under flwAgent.operation.
Example usage: ${flwAgent.operation.key}.
| Property | Description |
|---|---|
| key | The key of the operation that is being executed. |
| name | The name of the operation that is being executed. |