-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(desktop-modeler): update connector template documentation (#4187)
Related to camunda/camunda-modeler#4474
- Loading branch information
Showing
9 changed files
with
120 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+96 KB
...ocs/version-8.5/components/modeler/desktop-modeler/img/use-connectors/apply.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
BIN
+62.8 KB
...ocs/version-8.5/components/modeler/desktop-modeler/img/use-connectors/error.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
BIN
+57.1 KB
...ersion-8.5/components/modeler/desktop-modeler/img/use-connectors/up-to-date.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions
41
versioned_docs/version-8.5/components/modeler/desktop-modeler/use-connectors.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
id: use-connectors | ||
title: Use Connectors | ||
description: "Learn how to use Camunda 8 Connectors in Desktop Modeler." | ||
--- | ||
|
||
<span class="badge badge--cloud">Camunda 8 only</span> | ||
|
||
Use [Camunda 8 Connectors](../../connectors/introduction.md) to access a growing range of external services or communication protocols. | ||
|
||
Desktop Modeler automatically fetches and updates [element templates](./element-templates/about-templates.md) for [pre-built Connectors](../../connectors/out-of-the-box-connectors/available-connectors-overview.md) from the [Camunda Marketplace](https://marketplace.camunda.com/en-US/listing?pl=3038&attr=20486&cat=107792&locale=en-US). This happens automatically, in the background, unless explicitly [disabled](#disable-automatic-connector-template-fetching). Connector templates can also be provided [manually](#add-connector-templates-manually), offering you full control over the building blocks provided by the modeler. | ||
|
||
## Automatic Connector template fetching | ||
|
||
Automatic Connector template fetching is enabled by default, and notifies you of any updates or errors. | ||
|
||
After an update check has concluded, a notification indicates if the templates are up to date or have been updated: | ||
|
||
 | ||
|
||
In case of an error you'll see a notification: | ||
|
||
 | ||
|
||
Once fetched, you can use the templates in the Camunda 8 BPMN editor. | ||
|
||
 | ||
|
||
## Disable automatic Connector template fetching | ||
|
||
Disable automatic fetching of Connector templates using the `#disable-connector-templates` [feature flag](./flags/flags.md#disable-connector-templates). | ||
|
||
## Add Connector templates manually | ||
|
||
For full control over the building blocks offered by Desktop Modeler, download element templates for individual Camunda 8 Connectors manually (for example, through the [Camunda Marketplace](https://marketplace.camunda.com/)). Make them available to Desktop Modeler via the element template [search paths](./element-templates/configuring-templates.md). | ||
|
||
## Additional resources | ||
|
||
- [About Camunda 8 Connectors](../../connectors/out-of-the-box-connectors/available-connectors-overview.md) | ||
- [About Element Templates](./element-templates/about-templates.md) | ||
- [Desktop Modeler flags](./flags/flags.md#disable-connector-templates) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters