-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document connector templates in desktop modeler (#4053)
* feat: document connector templates in desktop modeler Related to camunda/camunda-modeler#4302 * chore: proposed rephrase * feat: add dedicated section to flags docs * fix: fix typo * style(formatting): add period * style(formatting): grammatical review --------- Co-authored-by: Nico Rehwaldt <[email protected]> Co-authored-by: christinaausley <[email protected]>
- Loading branch information
1 parent
042f0d4
commit 2532753
Showing
6 changed files
with
67 additions
and
19 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
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
BIN
+57.1 KB
docs/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.
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,34 @@ | ||
--- | ||
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> | ||
|
||
To use [Camunda 8 Connectors](../../connectors/out-of-the-box-connectors/available-connectors-overview.md) in Desktop Modeler, enable [automatic fetching](#fetch-camunda-8-connector-templates-automatically) of the respective Connector templates. Alternatively, for greater control, you may [fetch and configure templates manually](#add-camunda-8-connector-templates-manually). | ||
|
||
## Fetch Camunda 8 Connector templates automatically | ||
|
||
You can enable automatic fetching of Connector templates for [Camunda 8 Connectors](../../connectors/out-of-the-box-connectors/available-connectors-overview.md) through the [`enable-connector-templates` flag](./flags/flags.md#enable-connector-templates). Once set, it will fetch Camunda 8 Connector templates in the background and you'll be able to use them in your BPMN diagrams. | ||
|
||
On startup, a notification indicates if the templates are up to date or have been updated: | ||
|
||
![Camunda Connector templates up to date notification](./img/use-connectors/up-to-date.png) | ||
|
||
In case of an error you'll see a nofication: | ||
|
||
![Error updating Camunda Connector templates notification](./img/use-connectors/error.png) | ||
|
||
Once fetched, you can use the templates in the Camunda 8 BPMN editor. | ||
|
||
![Using Camunda Connector templates in the Camunda 8 BPMN editor](./img/use-connectors/apply.png) | ||
|
||
## Add Camunda 8 Connector templates manually | ||
|
||
For greater control, you can download individual Camunda 8 Connector templates manually through the [Camunda Marketplace website](https://marketplace.camunda.com/) and make them available in Desktop Modeler via the [standard element template search paths](./element-templates/configuring-templates.md). | ||
|
||
## Additional resources | ||
|
||
- [Learn about Camunda 8 Connectors](../../connectors/out-of-the-box-connectors/available-connectors-overview.md) | ||
- [Desktop Modeler flags](./flags/flags.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