From 963ca669781af975590e5d143d947c0ccb8bf89f Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Wed, 18 Dec 2024 14:09:11 -0500 Subject: [PATCH] resolve comments --- .../alpha/bpmn-copilot/bpmn-copilot.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md b/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md index 1784350e03..f9a102d190 100644 --- a/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md +++ b/docs/components/early-access/alpha/bpmn-copilot/bpmn-copilot.md @@ -11,7 +11,7 @@ description: "Using AI, select users can now chat with the BPMN copilot for assi 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, select 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. +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 @@ -21,11 +21,17 @@ Creating a BPMN process diagram with the BPMN copilot will overwrite existing wo 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. +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) -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. +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. + +:::