-
Notifications
You must be signed in to change notification settings - Fork 189
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
base: main
Are you sure you want to change the base?
draft bpmn copilot #4735
Conversation
👋 🤖 🤔 Hello, @christinaausley! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
The preview environment relating to the commit 02a3ff9 has successfully been deployed. You can access it at https://preview.docs.camunda.cloud/pr-4735/index.html |
Thanks @christinaausley ! I'll take a look at this later this week 😄 |
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 I added some thoughts. Please review them for accuracy and integrate them in. I do not need to re-review this doc
<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. |
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.
By using this tool, you agree to Camunda's use of the anonymized input and output data and anonymized feedback to improve it. | |
By using this tool, you agree to Camunda's use of the anonymized input and output data and anonymized feedback to improve it. | |
Camunda does not collect your prompts and the resulting BPMN diagrams. |
@ev-codes to confirm
To use the BPMN copilot in Web Modeler, take the following steps: | ||
|
||
1. Log in to [Web Modeler](/components/modeler/web-modeler/launch-web-modeler.md). | ||
2. Click **New project > Create new > BPMN diagram**. If you have opted in to test this feature, the Camunda copilot chat window will pop up. |
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.
I recommend adding a link to the opt in instructions
![bpmn copilot chat window](./img/bpmn-copilot-chat.png) | ||
|
||
3. 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". For more information, you can also ask questions like "How do I design a process?" | ||
4. 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. |
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.
Here's a good point to mention the timeout
|
||
![bpmn copilot chat window](./img/bpmn-copilot-chat.png) | ||
|
||
3. 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". For more information, you can also ask questions like "How do I design a process?" |
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.
"simple, clear, and concise".
More complicated requests will take longer to process
|
||
3. 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". For more information, you can also ask questions like "How do I design a process?" | ||
4. 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. | ||
5. Review the generated diagram. If the diagram is not exact, you can continue chatting with the BPMN copilot by requesting changes or rephrasing your request. For example, "add exceptions". The new diagram will overwrite existing work, but the BPMN copilot will automatically generate a [milestone](/components/modeler/web-modeler/milestones.md) of the previous version, so you can return or revert to it anytime. |
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.
The more complicated the existing diagram, the longer it will to complete the request
Description
Relates to feedback iteration of the Web Modeler BPMN copilot with https://github.com/camunda/product-hub/issues/2511.
Before merging, must confirm:
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).