-
Notifications
You must be signed in to change notification settings - Fork 190
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
draft bpmn copilot #4735
Draft
christinaausley
wants to merge
3
commits into
main
Choose a base branch
from
bpmn-copilot
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+62
−4
Draft
draft bpmn copilot #4735
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.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,37 @@ | ||
--- | ||
id: bpmn-copilot | ||
title: BPMN copilot | ||
sidebar_label: Get started | ||
description: "Using AI, select users can now chat with the BPMN copilot for assistance generating new and functional BPMN process diagrams in Web Modeler based on a process description." | ||
--- | ||
|
||
<span class="badge badge--cloud">Camunda 8 SaaS only</span> | ||
|
||
:::note Terms of use | ||
By using this tool, you agree to Camunda's use of the anonymized input and output data and anonymized feedback to improve it. | ||
::: | ||
|
||
Using AI, users can now chat with the BPMN copilot for assistance generating new and functional BPMN process diagrams in [Web Modeler](/components/modeler/web-modeler/launch-web-modeler.md) based on a process description. | ||
|
||
## Get started | ||
|
||
:::warning | ||
Creating a BPMN process diagram with the BPMN copilot will overwrite existing work. | ||
::: | ||
|
||
To use the BPMN copilot in Web Modeler, take the following steps: | ||
|
||
1. If you have not yet already, [opt in](/components/console/manage-organization/enable-alpha-features.md#enable-ai-powered-features) to use this feature. | ||
2. Log in to [Web Modeler](/components/modeler/web-modeler/launch-web-modeler.md). | ||
3. Click **New project > Create new > BPMN diagram**. The Camunda copilot chat window will open. | ||
|
||
![bpmn copilot chat window](./img/bpmn-copilot-chat.png) | ||
|
||
4. In the chat box, enter your prompt. This prompt should be a simple, clear, and concise request describing the BPMN diagram you would like to generate. For example, "Generate a mortgage loan process diagram". Note that more complex requests may take longer to process. | ||
5. Wait for your diagram to generate; this takes about 50 seconds. Once complete, the copilot will then respond with an outline of the process it created. | ||
|
||
:::note | ||
|
||
Timeouts may occur at this step if your query is too complex. | ||
|
||
::: |
Binary file added
BIN
+51.2 KB
docs/components/early-access/alpha/bpmn-copilot/img/bpmn-copilot-chat.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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ev-codes to confirm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philippfromme will be the best person to confirm this, since he's working on the Copilot AI model directly.