Skip to main content

35 docs tagged with "Business Process configuration"

View All Tags

Add and configure Model, LLM, and Dataset steps

Model steps enable integrating and executing machine learning (ML) or AI-based models or model-related operations in a Business Process (BP). You can find available Model steps in Workflow Designer of a Business Process: in the Reusable components panel, navigate to the Bot tab and find the Models category.

Add CSS rules

To customize the answer style, complete the following steps:

Add links to S3 buckets

You can use links to secure S3 buckets in the input data files for Manual Tasks and Business Processes.

Add no-code Rate Limiter step

The no-code Rate Limiter bot step enables you to control the number of records passing through the step within a specific time frame. This is particularly beneficial for implementing rate-limiting at a granular level, such as per AI Agent, reducing the impact on resources when two AI Agents are running in a single environment.

Administer Data Stores

The Data Store module is a web interface for managing database (DB) tables in the Work.AI platform. A field scheme defines the Data Store table structure and column data format.

Configure AI Agent

A crucial aspect of installation and further support is implementing an AI Agent so that you can change any setting outside of the implementation code without recompiling, updating, or re-deploying your AI Agent. Typically, this is achieved by making your configuration external to the source code.

Configure custom attributes

Custom attributes are user-defined data fields that extend or customize task and process data. These attributes rely on Field Schemes to determine how data is stored and interpreted.

Configure ETL bot (legacy)

The article describes the legacy bot step configuration flow. For the recommended approach, refer to Configure bot steps in UI.

Connectors

Connectors in the Work.AI platform enable Business Processes (BPs) and AI Agents to communicate with external systems. They provide standardized integration points for retrieving and enriching data, sending information to third-party services, triggering workflows based on external events, and orchestrating end-to-end automation across enterprise environments.

Correlated Fields

The Correlated Fields Answer Type allows you to repeat a block of answer fields, enabling workers to dynamically add answers. This feature is useful when the number of task answers is unknown, for example, "Find all members of the Board of Directors from an annual report".

Define Answer Types

When adding or editing an Answer, you must set an Answer Type. The parameter defines the type and format of the input field.

Implement FIFO processing

FIFO (First In, First Out) is a prioritization strategy in which the oldest (first) entry is processed first. The FIFO strategy helps improve adherence to the service-level agreement (SLA) for record processing time.

Implement Qualification Business Process

The qualification mechanism is no longer available for access control purposes and is replaced by a new user management approach. However, to support training before employees begin performing actual tasks, WorkFusion provides a special Qualification Business Process (BP), which you can deploy and configure as described below.

Information Extraction

Information Extraction (IE) is a special answer type used for extracting structured content from raw unstructured text. It displays input data as non-editable text where you can select text chunks and tag them.

Maintain global variables

Global variables store common values used in different Business Processes (BPs) without hard-coding them in Bot Tasks. In particular, global variables can store the following information:

Manage Answer Types

The Answer Types tab allows you to create and manage Answer Types. The Answer Types are used when creating Field Schemes or adding Answers Types to tasks or Bot Configurations.

Manage templates

Templates allow you to reuse objects. Almost every object in the Work.AI platform, including Manual Tasks and Business Processes, is based on templates.

Manual Task

The guide explains how to add a Manual Task to a Business Process based on ODF 2. When working with Manual Tasks, consider the following aspects:

Orchestrate AI Agent

The instruction describes running, stopping, and scheduling Business Processes based on the ODF 2 example project.

Set filters for collaborative work

Control Tower allows multiple teams to work collaboratively in the same environment. Filters are used to give specific user groups access to certain Control Tower items while hiding others. This way, several teams can work within the same Control Tower instance without interfering with each other's tasks.

Set run options

To configure the settings for a specific Business Process (BP) run, select it in the BP list and navigate to the Run page.

Start Business Process by internal event

If you have several Business Processes (BP) where one BP produces data for another, you can apply the event-based communication mechanism and configure the data transfer between them. You can set a sub-process to start from another BP based on a specific event or set transaction processing to be launched from another transaction in a different BP using no-code sub-process steps.

Start Business Process from Data Source

A Data Source is a mechanism providing input data and configuration for your Business Processes (BPs). The input format is best suited for those use cases where the data resides on an external source, such as an SFTP Server or Amazon S3 Cloud.

Track transactions

Transaction tracking is applied at the Business Process (BP) level. It is possible to track only specific or multiple steps or exclude them from tracking. The feature enables collecting Service-Level Agreement (SLA) and Straight-Through Processing (STP) metrics and getting them displayed in the workflow diagram.

Use Split-Join rule

The Split-Join rule is used to separate every single record (or document) from Input Data into a few records to let them pass through different steps (either Bot or Manual Tasks) of a Business Process (BP) in parallel (in the split point) and then combine the processed records back into a single record or a document (in the join point) to process the consolidated results from the previous steps further.