Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectors wave 1 #4794

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
4a2247e
Initial restructure edits
mesellings Oct 13, 2024
63eedec
Draft edits
mesellings Oct 14, 2024
73467c1
Connectors A-Z and landing page
mesellings Oct 15, 2024
88a3976
Add link and icon
mesellings Oct 15, 2024
65fd7ec
Introduction edits
mesellings Oct 15, 2024
c7ef1d1
Content edits
mesellings Oct 16, 2024
ac99d0c
Add diagram
mesellings Oct 16, 2024
a00bbb7
Card CSS shadow
mesellings Oct 16, 2024
c3c9417
Start page edits
mesellings Oct 18, 2024
9fb2396
Add cover image
mesellings Oct 28, 2024
b1710b5
General edits, sidebar naming
mesellings Oct 28, 2024
3197287
Add Example Connector
mesellings Oct 29, 2024
d08a639
Image borders
mesellings Oct 29, 2024
0033453
Badges and BPMN
mesellings Oct 29, 2024
bb7ee79
Style tweaks
mesellings Oct 30, 2024
52bece1
Page tweaks
mesellings Oct 30, 2024
f26be4d
Review feedback changes
mesellings Oct 31, 2024
d4473ca
Menu and title changes
mesellings Nov 1, 2024
660e4eb
Remove Protocol
mesellings Nov 1, 2024
4d6abbc
Edit link to remove file path
mesellings Nov 5, 2024
1739422
Edit
mesellings Dec 19, 2024
b125e87
Merge branch 'main' into mes-356-connectors-restructure
mesellings Dec 19, 2024
8744d11
Remove state connector SDK update guides
mesellings Dec 19, 2024
801e64c
Home page edits
mesellings Dec 19, 2024
6b3615e
Home page edits
mesellings Dec 19, 2024
646a1ff
Connector icons
mesellings Dec 19, 2024
4647777
Connector icons
mesellings Dec 19, 2024
d77c9b9
Add icons
mesellings Dec 19, 2024
a07aa68
Add icons
mesellings Dec 20, 2024
f56dcc4
Change table to card components
mesellings Dec 20, 2024
369edaf
Convert banner to react component
mesellings Dec 20, 2024
1822841
Remove connector word from sidebar labels
mesellings Dec 20, 2024
44c6b92
Add popular and new tabs
mesellings Dec 20, 2024
f0878ec
Links and image
mesellings Dec 20, 2024
0c68ffb
Change dropdown to badges and fix links
mesellings Dec 20, 2024
1072ba4
Badge padding
mesellings Dec 20, 2024
5948653
Badge color
mesellings Dec 20, 2024
67fc0da
Minor text and grammar edits
mesellings Jan 6, 2025
171dce5
Custom connector page and image updates for dark mode
mesellings Jan 17, 2025
d23bf23
Custom connector pages
mesellings Jan 17, 2025
50f79e2
Update sidebar
mesellings Jan 17, 2025
8f2f58f
Merge branch 'main' into mes-356-connectors-restructure
mesellings Jan 17, 2025
b3a844f
Add Box and S3 connectors
mesellings Jan 17, 2025
24b70f5
Update latest connectors
mesellings Jan 17, 2025
20b1b1a
Add link
mesellings Jan 17, 2025
67eea11
Move table component into react-component folder and edit error message
mesellings Jan 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/components/connectors/connector-types.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
---
id: connector-types
title: Types of Connectors
title: Connector types
description: "Connectors come in type and subtypes that describe their functionality."
---

Connectors are categorized by the direction data flows into or out of Camunda 8.

:::note
Looking for pre-built, [Out-of-the-box Connectors](/components/connectors/out-of-the-box-connectors/available-connectors-overview.md)?
:::

## Outbound Connectors

Outbound Connectors allow workflows to trigger external systems or services, making it possible to integrate workflows with other parts of a business process or system architecture.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
id: build-connector
title: Custom connectors
description: Manage your connector templates in Web Modeler.
---

import "../react-components/\_connectors-table.css";
import IconPlayImg from '../img/icon-play.png';
import IconConnectorImg from '../img/icon-connectors.png';
import IconConnectorTypesImg from '../img/icon-connector-types.png';
import ConnectorArchitectureImg from "./img/diagram-connectors.png";
import IconConnectorTemplateImg from '../img/icon-connector-template.png';
import IconConnectorGenerateImg from '../img/icon-connector-generate.png';
import IconConnectorManageImg from '../img/icon-connector-manage.png';
import Marketplace from '../react-components/\_banner-marketplace.md'

Can't find the connector you need? Build your own custom connector using connector templates or the SDK.

## Connector templates

Connectors use [connector templates](/components/connectors/custom-built-connectors/connector-templates.md) to customize how a BPMN element is shown,
and how it can be configured by process developers. Connector templates are a specific kind of [element template](/components/modeler/desktop-modeler/element-templates/about-templates.md).

<div class="connector-grid">
<a href="../connector-templates" class="connector-card" title="Connector templates">
<img src={IconConnectorTemplateImg} alt="Connector templates icon"/>
<h3>Connector templates</h3>
<p>Create a connector task and start using connector secrets.</p>
</a>
<a href="../connector-template-generator" class="connector-card" title="Generate a connector template">
<img src={IconConnectorGenerateImg} alt="Generate a connector template"/>
<h3>Generate a connector template</h3>
<p>Automatically generate a custom connector template in Web Modeler.</p>
</a>
<a href="../../manage-connector-templates/" class="connector-card" title="Manage connector templates">
<img src={IconConnectorManageImg} alt="Manage connector templates"/>
<h3>Manage connector templates</h3>
<p>Create and manage connector templates in a Web Modeler project.</p>
</a>
</div>

## Connector SDK

Use the SDK to create your own custom Java connectors.

**[Get started with the connector SDK >](connector-sdk.md)**

## Connector architecture

A connector consists of two elements - the actual Java code, and the Modeler user interface.

<img src={ConnectorArchitectureImg}/>

- The Java code defines the connector functionality and how it connects to an external system. For example, the [Connector function](/components/connectors/custom-built-connectors/connector-sdk.md#outbound-connector-runtime-logic) for outbound connectors.

- The user interface allows you to interact with the connector in Modeler. This is defined in a [Connector template](../manage-connector-templates.md) that controls how the BPMN element is shown in Modeler and what configuration options are available for the connector.

:::note

- If you are only using prebuilt connectors in Modeler, you only need to understand how to configure and use a connector in the Modeler interface, via the Properties panel.
- Connector templates are a specific type of [element template](/components/modeler/desktop-modeler/element-templates/about-templates.md), that can also be used when creating custom connectors using the [Connector SDK](connector-sdk.md).

:::

<Marketplace/>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: connector-template-generator
title: Generate a Connector template
description: Learn how to generate Connector templates for easier custom Connector creation.
title: Generate a connector template
description: Learn how to generate connector templates for easier custom Connector creation.
---

You can configure and automatically generate a custom [Connector template](/components/connectors/custom-built-connectors/connector-templates.md) in Web Modeler.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/components/connectors/img/Untitled-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/components/connectors/img/connector-365.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/components/connectors/img/connector-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/components/connectors/img/connector-rest.png
Binary file added docs/components/connectors/img/connector-soap.png
Binary file added docs/components/connectors/img/connector-sql.png
Binary file added docs/components/connectors/img/icon-play.png
188 changes: 165 additions & 23 deletions docs/components/connectors/introduction.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,183 @@
---
id: introduction-to-connectors
title: Introduction
title: Connectors
description: "A Connector is a reusable building block that performs the integration with an external system and works out of the box."
keywords: [bridge, reusable component, low code]
---

A **Connector** is a reusable building block that performs the integration with an external system.
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import "./react-components/\_connectors-table.css";
import IconPlayImg from './img/icon-play.png';
import IconConnectorImg from './img/icon-connectors.png';
import IconConnectorTypesImg from './img/icon-connector-types.png';
import IconConnectorSdkImg from './img/icon-connector-sdk.png';
import IconConnectorTemplateImg from './img/icon-connector-template.png';
import IconConnectorCustomImg from './img/icon-connector-custom.png';
import OverviewImg from './img/connector-overview.png';
import MarketplaceImg from "./img/icon-marketplace.png";
import AmazonEventbridgeImg from "./img/connector-amazon-eventbridge.png";
import OpenaiImg from "./img/connector-openai.png";
import AwsLambdaImg from "./img/connector-aws-lambda.png";
import RestImg from "./img/connector-rest.png";
import GraphqlImg from "./img/connector-graphql.png";
import AsanaImg from "./img/connector-asana.png";
import AutomationImg from "./img/connector-automation.png";
import BedrockImg from "./img/connector-amazon-bedrock.png";
import EmailImg from "./img/connector-email.png";
import SqlImg from "./img/connector-sql.png";
import AzureaiImg from "./img/connector-azure-openai.png";
import AmazonS3Img from "./img/connector-amazon-s3.png";
import BoxImg from "./img/connector-box.png";

Most processes require interaction with systems outside of Camunda to orchestrate and complete work.
import Marketplace from './react-components/\_banner-marketplace.md'

- In **human task orchestration**, actors are notified of pending or completed processes through communication tools such as [Slack](/components/connectors/out-of-the-box-connectors/slack.md) or [Microsoft Teams](/components/connectors/out-of-the-box-connectors/microsoft-teams.md) for example in onboarding flow.
- In **business processes**, records are created or updated in enterprise business systems.
- In **microservices orchestration**, processes communicate through events pushed to a common systems through infrastructure such as [Kafka](/components/connectors/out-of-the-box-connectors/kafka.md).
<p><a title="Find a Camunda connector" href="../out-of-the-box-connectors/available-connectors-overview"><img src={OverviewImg} alt="Get started" style={{border:0,padding:0,paddingLeft:20,margin:0,float: 'right', width: '40%'}} className="fade-in-top-image"/></a>Camunda connectors are reusable building blocks you can use to easily connect processes to external systems, applications, and data.</p>

Connectors are often represented as tasks in a [BPMN process](/components/concepts/processes.md), which can be configured with parameters specific for the external system. As such, it can remove the need to write custom programming code for integration.
- Use a [Slack](/components/connectors/out-of-the-box-connectors/slack.md) or [Microsoft Teams](/components/connectors/out-of-the-box-connectors/microsoft-teams.md) Connector to notify people of pending or completed processes in a human task orchestration onboarding flow.
- In microservices orchestration, use a [Kafka](/components/connectors/out-of-the-box-connectors/kafka.md) connector to add real-time messaging to your automated processes.

Connectors offer a multilayer coding experience, enabling users with a variety of technical abilities to be successful when integrating with external systems.
Connectors are often configured as a [BPMN process](/components/concepts/processes.md) task, with the required integration parameters already set up for easy configuration. This helps remove the need for you to write custom integration programming code.

![Multilayer Coding Experience](img/multilayer-coding-experience.png)
<a class="button button--outline button--secondary button--md button--hero get-started" title="Find a Camunda connector" href="../out-of-the-box-connectors/available-connectors-overview" style={{marginBottom: '40px'}}>Find a Camunda connector ></a>

A Connector consists of two parts:
## Get started

1. The programming code in Java to connect to the external system (for example, refer to the [Connector function](/components/connectors/custom-built-connectors/connector-sdk.md#outbound-connector-runtime-logic) for outbound Connectors.)
2. The user interface to be used during modeling, which is provided using [Connector Templates](manage-connector-templates.md).
New to connectors? Learn about connector types and how to start using connectors in your processes.

Users interacting with Connectors may only need to understand the configuration options exposed by the Connector Template in the properties panel.
<div class="connector-grid">
<a href="../use-connectors" class="connector-card" title="How to use Connectors">
<img src={IconPlayImg} alt="Get started"/>
<h3>How to use Connectors</h3>
<p>Create a connector task and start using connector secrets.</p>
</a>
<a href="../connector-types" class="connector-card" title="Connector types">
<img src={IconConnectorTypesImg} alt="Connector types"/>
<h3>Connector types</h3>
<p>Learn about <a href="../use-connectors/inbound" title="Inbound Connectors">Inbound</a> and <a href="../use-connectors/outbound" title="Outbound Connectors">Outbound</a> connector types.</p>
</a>
<a href="../out-of-the-box-connectors/available-connectors-overview" class="connector-card" title="Get started with Connectors">
<img src={IconConnectorImg} alt="How to use Connectors"/>
<h3>Camunda connectors</h3>
<p>Find technical documentation for prebuilt Camunda connectors.</p>
</a>
</div>

Connectors are available [out-of-the-box (OOTB)](./out-of-the-box-connectors/available-connectors-overview.md) and come with [Connector Templates](manage-connector-templates.md) which customize how a BPMN element is shown,
and how it can be configured by process developers. Connector templates are a specific kind of [element templates](/components/modeler/desktop-modeler/element-templates/about-templates.md), which can also be used when creating custom Connectors via the [Connector SDK](./custom-built-connectors/connector-sdk.md).
:::info
Get started by learning how to [integrate a Camunda 8 connector](/guides/configuring-out-of-the-box-connector.md).
:::

Additionally, the [Camunda Marketplace](/components/modeler/web-modeler/camunda-marketplace.md) provides Connectors by Camunda partners and community contributors.
## Custom connectors

## Next steps
Build and deploy your own [custom connectors](../custom-built-connectors/build-connector) using connector templates and the connector SDK.

- [Learn about types of Connectors](./connector-types.md)
- [Use Connectors in your BPMN process](./use-connectors/index.md)
- [Learn about available out-of-the-box Connectors](./out-of-the-box-connectors/available-connectors-overview.md)
- [Configure Connector Templates](manage-connector-templates.md)
- [Visit the Camunda Marketplace](/components/modeler/web-modeler/camunda-marketplace.md)
- [Install Connectors in Self-Managed](/self-managed/connectors-deployment/install-and-start.md)
<div class="connector-grid">
<a href="../custom-built-connectors/build-connector" class="connector-card" title="Custom Connectors">
<img src={IconConnectorCustomImg} alt="Custom Connectors icon" class="connector-card-image"/>
<h3>Custom connectors</h3>
<p>Learn how to build and deploy your own custom connectors.</p>
</a>
<a href="../custom-built-connectors/connector-templates" class="connector-card" title="Connector templates">
<img src={IconConnectorTemplateImg} alt="Connector templates icon" class="connector-card-image"/>
<h3>Connector templates</h3>
<p>Create, generate, and manage connector templates.</p>
</a>
<a href="../custom-built-connectors/connector-sdk" class="connector-card" title="Connector SDK">
<img src={IconConnectorSdkImg} alt="Connector SDK icon" class="connector-card-image"/>
<h3>Connector SDK</h3>
<p>Use the SDK to create your own custom Java connectors.</p>
</a>
</div>

## Featured connectors

Get started with our latest and most popular connectors.

<Tabs groupId="featured" defaultValue="new" queryString values={
[
{label: 'Latest', value: 'new' },
{label: 'Popular', value: 'popular' },
]}>
<TabItem value="new">

<div class="connector-grid">
<a href="../out-of-the-box-connectors/amazon-s3" class="connector-card" title="Amazon S3">
<img src={AmazonS3Img} alt="Amazon S3 icon" class="connector-card-image"/>
<h3>Amazon S3</h3>
<p>Interact with Amazon Bedrock from your processes.</p>
</a>
<a href="../out-of-the-box-connectors/box" class="connector-card" title="Box connector">
<img src={BoxImg} alt="Box connector icon" class="connector-card-image"/>
<h3>Box</h3>
<p>Connect your BPMN service to the Box storage API.</p>
</a>
<a href="../out-of-the-box-connectors/email/?email=outbound" class="connector-card" title="Email connector">
<img src={EmailImg} alt="Email connector icon" class="connector-card-image"/>
<h3>Email outbound</h3>
<p>Connect your BPMN service to an email POP3, IMAP or SMTP server.</p>
</a>
</div>

<div class="connector-small-grid">
<a href="../out-of-the-box-connectors/email/?email=inbound" class="connector-small-link">
<div class="connector-small">
<img src={EmailImg} alt="Email inbound connector"/>Email inbound
</div>
</a>
<a href="../out-of-the-box-connectors/amazon-bedrock" class="connector-small-link">
<div class="connector-small">
<img src={BedrockImg} alt="Amazon Bedrock connector"/>Amazon Bedrock
</div>
</a>
<a href="../out-of-the-box-connectors/sql" class="connector-small-link">
<div class="connector-small">
<img src={SqlImg} alt="SQL connector"/>SQL
</div>
</a>

</div>

</TabItem>
<TabItem value="popular">

<div class="connector-grid">
<a href="../out-of-the-box-connectors/openai" class="connector-card" title="OpenAI">
<img src={OpenaiImg} alt="OpenAI icon" class="connector-card-image"/>
<h3>OpenAI</h3>
<p>Add ChatGPT and OpenAI's Moderation API to your business processes.</p>
</a>
<a href="../out-of-the-box-connectors/aws-lambda" class="connector-card" title="AWS Lambda">
<img src={AwsLambdaImg} alt="AWS Lambda icon" class="connector-card-image"/>
<h3>Amazon AWS Lambda</h3>
<p>Connect processes to AWS Lambda to invoke serverless functions.</p>
</a>
<a href="../protocol/rest" class="connector-card" title="Connector SDK">
<img src={RestImg} alt="Rest connector icon" class="connector-card-image"/>
<h3>Rest connector</h3>
<p>Connect, interact, and sync your processes with any RESTful service.</p>
</a>
</div>

<div class="connector-small-grid">
<a href="../protocol/graphql" class="connector-small-link">
<div class="connector-small">
<img src={GraphqlImg} alt="GraphQL connector"/>GraphQL
</div>
</a>
<a href="../out-of-the-box-connectors/asana" class="connector-small-link">
<div class="connector-small">
<img src={AsanaImg} alt="Asana connector"/>Asana
</div>
</a>
<a href="../out-of-the-box-connectors/automation-anywhere" class="connector-small-link">
<div class="connector-small">
<img src={AutomationImg} alt="Automation Anywhere connector"/>Automation Anywhere
</div>
</a>
</div>

</TabItem>

</Tabs>

<Marketplace/>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: amazon-bedrock
sidebar_label: AWS Bedrock Connector
sidebar_label: Amazon Bedrock
title: Amazon Bedrock Connector
description: Interact with the Amazon Bedrock Connector from your BPMN process.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: amazon-comprehend
title: Amazon Comprehend Connector
sidebar_label: AWS Comprehend Connector
sidebar_label: AWS Comprehend
description: Use the Amazon Comprehend Connector to extract insights from the content of your documents, like key phrases and personal identifiable information.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: amazon-dynamodb
sidebar_label: AWS DynamoDB Connector
sidebar_label: AWS DynamoDB
title: Amazon DynamoDB Connector
description: Use the Amazon DynamoDB Connector to connect your BPMN service with Amazon Web Service's DynamoDB Service, and work with tables and items using this service.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: amazon-eventbridge
sidebar_label: AWS EventBridge Connector
sidebar_label: AWS EventBridge
title: Amazon EventBridge Connector
description: Send events to Amazon EventBridge from your BPMN process.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: amazon-s3
sidebar_label: AWS S3 Connector
sidebar_label: AWS S3
title: Amazon S3 Connector
description: Interact with Amazon S3 services from your BPMN process.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: amazon-sagemaker
sidebar_label: AWS SageMaker Connector
sidebar_label: AWS SageMaker
title: Amazon SageMaker Connector
description: Interact with the Amazon SageMaker Connector from your BPMN process.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: amazon-sns
title: Amazon Simple Notification Service Connector
sidebar_label: AWS SNS Connector
sidebar_label: AWS SNS
description: Publish messages to Amazon Simple Notification Service (SNS) from your BPMN process.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: amazon-sqs
title: Amazon Simple Queue Service Connector
sidebar_label: AWS SQS Connector
sidebar_label: AWS SQS
description: Send messages to Amazon Simple Queue Service (SQS) from your BPMN process.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: amazon-textract
title: Amazon Textract Connector
sidebar_label: AWS Textract Connector
sidebar_label: AWS Textract
description: Extract printed text, handwriting, layout elements, and data from any document.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: asana
title: Asana Connector
sidebar_label: Asana Connector
sidebar_label: Asana
description: Manage Asana projects and tasks from your BPMN process. Learn how to create an Asana Connector task, and get started.
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: automation-anywhere
title: Automation Anywhere Connector
description: Orchestrate your Automation Anywhere queue items from your BPMN process.
sidebar_label: Automation Anywhere
---

The **Automation Anywhere Connector** allows you to orchestrate an Automation Anywhere queue from your BPMN process with [Automation Anywhere RPA](https://www.automationanywhere.com/) to add work items to the queue and obtain work item results.
Expand Down
Loading
Loading