...
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. |
Choose AI Agent | Select the AI Agent created in the AI Agent Builder. |
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.
Example Use Cases
- Auto-respond to support tickets: Use an AI agent to generate a reply when a support ticket reaches a review stage.
- Process evaluation: Have an AI agent analyze inputs (e.g., application forms) and return decisions or summaries.
- Data enrichment: Use an agent to fetch or derive additional data from a JSON API or external source during processing.