Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To set up the AI Agent Tool, configure the following property:

NameDescription
AI AgentSelect an existing AI Agent to be executed during the process. This dropdown lists all the agents
you’ve
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:

  1. The selected AI Agent is executed via AgentBuilder.runAgent(...).
  2. The WorkflowAssignment context is passed to the agent, so it can interact with form data, process variables, or perform actions.
  3. Any logic defined in the agent (e.g., prompts, tools, enhancers) will be processed as usual.

...