Versions Compared

Key

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

Table 9Table of Contents

Table of Contents
maxLevel6
minLevel1
include
outlinefalse
indent
exclude
stylenone
typelist
printabletrue
class

...

Category

Question

Answer

General Overview

What is the AC5 Professional Dashboard?

The AC5 Professional Dashboard is a tool for monitoring and managing Automations, providing insights into execution metrics and trigger details.

How do I access the Dashboard page?

Click on the "Dashboard" option in the left panel of AC5 Professional to open the Dashboard page.

What sections are included in the Dashboard?

The Dashboard includes Overview, Executions, and Trigger sections.

Overview Section

What is displayed in the Overview section?

The Overview section shows a snapshot of Automation processes, graphical execution trends, and access to IDP Automation logs.

What does the Run Trend section show?

Run Trend provides a graphical view of the total count of Automation executions, Partner creations, and data usage.

How can I filter the Run Trend graph?

Use buttons to include/exclude specific categories, indicated by colors like green (Automation count), blue (Partner count), and red (data usage).

What does the Current Executions section display?

It shows the Automation count for the current day by status: successful, running, queued, and failed.

How do I add a gadget to the Dashboard Overview?

Click "Add" on the Overview page, select a gadget from the list or use the search box, and click "Add."

What is Non-EDI Inbound?

Non-EDI Inbound shows the number of non-EDI inbound Automations over a specified period, displaying successful and failed Automations in green and red.

How can I view the acknowledgment summary of a Partner’s Outbound Automations?

Use the Outbound Acknowledgements gadget and select the Partner from the drop-down list.

How do I minimize or delete a gadget?

Click "Minimize" or "Delete" on the respective gadget.

What actions can I perform on a gadget in the Overview section?

Actions include Refresh, Download, Zoom in, and Minimize.

Executions Section

What is displayed in the Executions section?

It shows details of successfully triggered Automations with options to filter by Automation Type, Log status, and Error status.

What is the function of the Automation Type filter in Executions?

It allows viewing details for all Automations or specific types, such as Automation, AIDocs, EDI X12 Interchanges, etc.

What does the Status column in the Executions page indicate?

It shows the Automation's status, including states like Fetching, No Data, Queued, Running, Success, or Abort.

How can I view the execution details of an Automation?

Click "More" in the ACTION column to see execution details and related information.

Can I sort Automations on the Executions page?

Yes, sort alphabetically by the AUTOMATION column or by date/time using the STARTED column.

How do I customize the columns displayed in the Executions page?

Use "Column Actions" to choose "Show all columns" or "Hide column."

Trigger Section

What information is displayed in the Trigger section?

It shows details of Automations fetching data, queued, or those that encountered errors.

What does the Previous Fire Time column indicate in Triggers?

It shows the date and time when the Automation was last executed.

How can I locate a specific Automation in the Trigger section?

Use the search functionality to locate the required Automation.

Global Search

How can I use the Global Search feature?

Enter a keyword in the Search bar at the top-right corner, select a category if needed, or press enter for a broad search across categories.

What entities does the Global Search scan for?

Global Search can locate Automations, Executions, Networks, Partners, and Marketplace entities.

Are there any special characters allowed in Global Search?

Yes, Global Search accepts special characters like underscores, hyphens, periods, and others.

IDP and EDI Automations

What does the AIDocs Executions section display?

It shows details of IDP Automations that have been successfully triggered.

What are EDI Inbound and EDI Outbound gadgets?

These gadgets display the total number of EDI Automations (successful and failed) over a specified period.

What is displayed in the Top 5 Partners By Volume section?

It shows the top five Partners with the highest number of Automations.

Data Management and Customization

How do I download data from a gadget?

Click "Download" on the gadget to download its charts or reports.

What does the ID field in the Executions page represent?

The ID field represents the unique identifier of the Automation.

Can I modify the output of an IDP Automation?

Yes, click "Review" on the IDP Automation, modify the output JSON if needed, and then click "Save & Submit" to execute, or "Reject & Close" to abort.

...

9. AI Rule Engine

Category

Question

Answer

Purpose and Overview

What is the purpose of the AI Rules Engine?

The AI Rules Engine automates code generation for workflows driven by specific business rules or logic, streamlining large-scale data transformations and improving efficiency.

Use Cases and Scenarios

What use cases and scenarios are better suited for AI Rules Engine, and which for Traditional Mapping Rules?

AI Rules Engine is suited for complex scenarios with dynamic rule generation, large datasets, and scalability needs. Traditional Mapping Rules are ideal for simple, repetitive mappings.

Auto-Mapping Features

What is the difference between AI Rules Engine Auto-Mapper (Local) and Auto-Mapper (AI-Based)?

Auto-Mapper (Local) uses predefined rules and static logic, while Auto-Mapper (AI-Based) leverages AI to predict and create mappings based on data patterns.

Platform Compatibility

Will the AI Rules Engine run on both Windows and Linux Adeptia environments?

Yes, the AI Rules Engine is compatible with both Windows and Linux environments within Adeptia.

Supported Versions

What version of AC supports AI Rules Engine?

The AI Rules Engine is supported in AC 4.3 and above.

Can AI Rules Engine be added to previous AC version deployments?

No, the AI Rules Engine is suited for AC 4.4 and above and does not support older versions.

Responsibility and Usage

Which Adeptia team is responsible for maintaining the AI Rules Engine?

The R&D team handles new enhancements, while the MST team manages support-related responsibilities.

Can AI Rules Engine be used externally from any other application as a service?

Yes, it can be used externally, but it is primarily embedded within Adeptia for internal use.

Limitations

What are the limitations of the AI Rules Engine?

Key limitations include supported formats (e.g., JSON), Azure OpenAI Services dependency, and suitability for only complex workflows.

Setup Requirements

What are the infrastructure, configuration, and access prerequisites for Azure OpenAI communication?

These include specific ports, IP whitelisting, and certificates for secure connections.

Is AI Rules Engine deployed as part of the AC Installer?

As per the latest updates, the AI Rules Engine is deployed separately after AC installation.

What Azure subscription is used for AI Rules Engine?

The Azure subscription depends on the customer’s setup, and customers may need to provide their own subscription for control and cost management.

Does the customer need to provide their own Azure Account for AI Rules Engine in AC Cloud or OnPrem?

Yes, customers must provide their own Azure account for both AC Cloud and OnPrem environments.

Architecture and Design

What is the role of AI in the AI Rules Engine?

AI automates rule and code generation by leveraging machine learning models to interpret complex data patterns.

What AI technology is used for code generation?

Azure OpenAI services with Generative AI models like GPT assist in code generation and rule automation.

How does the AI Rules Engine fit into process flows or transactions?

It is represented as an activity within workflows, dynamically generating rules and automating tasks based on data inputs.

What software language does the AI Rules Engine generate code in?

Python is the primary language used for rule execution.

Is Python the only code option supported?

Currently, Python is the default language, though support for other languages may be added in the future.

Can the AI Rules Engine be used at both design time and runtime?

Yes, it can generate rules during configuration (design time) and execute them during workflows (runtime).

Does the AI Rules Engine use Azure OpenAI Services during design time and runtime?

Yes, Azure OpenAI Services are utilized at both design and runtime stages.

UI and Storage

What UI framework is used for implementing the AI Rules Engine?

The AI Rules Engine UI is implemented using ReactJS.

Where is the AI Python code stored?

The AI Python code is stored in Adeptia metadata tables such as AI_RULE_EXECUTIONS, AI_RULESET, and others.

Where is the AI Python code executed?

The Python code is executed within Adeptia Connect (AC).

Where does the generated code reside?

The code resides within Adeptia but may also reside in external cloud environments like Azure, depending on the deployment.

What input/output schema formats are supported by the AI Rules Engine?

JSON is the primary supported format, though additional formats may be supported based on configuration.

Functionality and Extensions

What is the AI Rules Engine Live Option?

It enables real-time operation, dynamically generating and executing rules during live workflow execution.

Can the AI Rules Engine be extended with custom extensions?

Yes, it supports custom extensions for added functionality.

How is the AI Rules Engine invoked?

It can be invoked via REST Webservices, enabling interaction with external applications.

Is there a feature to copy an existing rule set?

Yes, users can create a copy of an existing rule set and save it under a different name for reuse or modification.