diff --git a/docs/documentation/user-guide/operaton-bpm-run.md b/docs/documentation/user-guide/operaton-bpm-run.md index 3e110d8..d15f23e 100644 --- a/docs/documentation/user-guide/operaton-bpm-run.md +++ b/docs/documentation/user-guide/operaton-bpm-run.md @@ -9,7 +9,7 @@ This guide gives an introduction to Operaton Run, a pre-packaged, lightweight di ## Prerequisites and audience -To use this guide, you should at least know what Operaton is and what it does. Check out the [Get Started guides](https://docs.operaton.org/get-started/quick-start/) if you have never used Operaton before. The [Installation guide](../installation/operaton-bpm-run.md) is also worth looking at if you are completely new to Operaton. +To use this guide, you should at least know what Operaton is and what it does. Check out the [Get Started guides](../../get-started/quick-start/) if you have never used Operaton before. The [Installation guide](../installation/operaton-bpm-run.md) is also worth looking at if you are completely new to Operaton. This guide will teach you about Operaton Run and how to configure it. It can serve as a reference page for configuration and operation options. It will not give you a step-by-step guide on how to install Operaton Run. Head over to the [Installation guide](../installation/operaton-bpm-run.md) for details on how to install and start Operaton Run. @@ -26,7 +26,7 @@ Operaton Run is a full distribution of Operaton. It includes: ## Starting with Operaton Run -To start with Operaton Run, download the [distribution](https://downloads.camunda.cloud/release/operaton-bpm/run/) and unpacking it. You will find the following structure: +To start with Operaton Run, download the [distribution](https://github.com/operaton/operaton/releases/latest) and unpack it. You will find the following structure: ``` operaton-bpm-run @@ -137,7 +137,7 @@ However, the example application will not be started. Disabling the example application with any of those mechanisms will **NOT** delete any deployments or process instances from Operaton Run once they are created. You have to delete this data manually through the [web apps](../webapps/cockpit/deployment-view.md#delete), the -restref page="deleteDeployment" text="REST API" tag="Deployment, or by cleaning the database +[REST API](../reference/rest/overview/index.md), or by cleaning the database [configured in the application properties](#database). ### Choose between default and production configuration @@ -169,7 +169,7 @@ In the unpacked distro, you will find a `resources` folder. All files (including You can reference forms and scripts in the BPMN diagram with `embedded:deployment:/my-form.html`, `operaton-forms:deployment:/myform.form`, or `deployment:/my-script.js`. The deployment requires adding an extra `/` as a prefix to the filename. -Deployments via the restref page="createDeployment" text="REST API" tag="Deployment are still possible. +Deployments via the [REST API](../reference/rest/overview/index.md) are still possible. ## Configure Operaton Run @@ -177,7 +177,7 @@ Just like all the other distros, you can tailor Operaton Run to your needs. To d :::note[Note:] Operaton Run is based on the [Operaton Spring Boot Starter](https://github.com/operaton/operaton/tree/master/spring-boot-starter). -All [configuration properties](spring-boot-integration/configuration.mdx#operaton-engine-properties) from the operaton-spring-boot-starter are available to customize Operaton Run. +All [configuration properties](spring-boot-integration/configuration.mdx#operaton-engine-properties) from the `operaton-spring-boot-starter` are available to customize Operaton Run. ::: ### Database @@ -323,7 +323,7 @@ Operaton Run also supports configuration options for customizing the deployment.
false, all deployments will be deployed without filtering their resources.true- |