Configure AI agentic workflow parameters

The Administrator can configure the parameters needed for the AI Agentic workflow for the Add to KB feature using the AIAddToKbAgenticParameter setting. This is applicable only when AgenticAIAddToKbEnabled is set to True.

  • Setting Name: AIAddToKbAgenticParameter

  • Section:  AI Knowledge Creation

  • Description: Configures the parameters needed for the AI agentic workflow for the Add to KB feature when AgenticAIAddToKbEnabled is set to True.

  • Type: Multi String

  • Super Admin only?: No

To configure the AI agentic workflow parameters using the AIAddToKbAgenticParameter setting:

  1. Open the Administrator Console.

  2. Click Settings > Application Settings.

  3. On the Application Settings page, click and expand AI Approver Review.

  4. Click and expand AIAddToKbAgenticParameter

  5. For configuring the setting at the company level:

    1. Click Add near Company/Group Values

    2. Under Select Company, select the company for which you want to configure the AI agentic workflow parameters.

    3. In Setting Value, enter the parameters.

Parameter Name

Description

bedrock_flow_id

ID of the bedrock workflow

bedrock_flow_alias_id

This is the ID of an alias of the flow.  Use the alias ID or the Amazon Resource Name (ARN) to call or use a flow from your application instead of using the complete flow ID directly.

bedrock_flow_node_name

The name of the flow input node. This is an optional parameter. The default value is 'FlowInputNode'.

bedrock_flow_node_output_name

The name of the flow output node. This is an optional parameter.The default value is 'document'.



For example:
{
"bedrock_flow_id": "MPIUKLXDU6",
"bedrock_flow_alias_id": "7D79V0ZOAM",
"bedrock_flow_node_name" : "FlowInputNode",
"bedrock_flow_node_output_name" : "document"
}

Note: Whenever flow_id and alias_id are detected in CreateCompletionTasks setting, the bedrock workflow will be executed. 

  1. Click Save.

  1. Click Save Setting.