...
To set up the AI Agent Tool, configure the following property:
Name | Description |
---|---|
AI Agent | Select an existing AI Agent to be executed during the process. This dropdown lists all the agents |
you have already created via the AI Agent Builder. This agent will be triggered automatically when the associated activity is reached in the workflow. |
How it Works
When the process reaches the activity that includes this tool:
The selected AI Agent is executed via AgentBuilder.runAgent(...).
- The WorkflowAssignment context is passed to the agent, so it can interact with form data, process variables, or perform actions.
- Any logic defined in the agent (e.g., prompts, tools, enhancers) will be processed as usual.
...