Skip to content

Commit

Permalink
Edits for title change
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Oct 1, 2024
1 parent 1833aac commit c964761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: deploy-process-application
title: Validate and deploy your process application
description: You can deploy your process application to a cluster, and run your process application to test, debug, and observe how it performs in a live environment.
description: Validate your process application in development, before deploying it to testing, staging, or production.
---

import DeployImg from './img/process-applications/define-stages-deploy.png'
Expand All @@ -12,7 +12,7 @@ You should validate your process application in development, before deploying it

## Validate your process application

Use [play](/components/modeler/web-modeler/play-your-process.md) to validate your process application in development.
Use [play mode](/components/modeler/web-modeler/play-your-process.md) to validate your process application in development.

1. Open the [main process](create-a-process-application.md#main-process).
1. Select the **Play** tab to play the process application using your selected development cluster.
Expand Down
6 changes: 3 additions & 3 deletions docs/components/modeler/web-modeler/process-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ Get started by creating a new process application.
- A process application must always have a [main process](/docs/components/modeler/web-modeler/create-a-process-application.md#main-process). You can rename and reassign the main process at any time.
- You can [add files](/docs/components/modeler/web-modeler/create-a-process-application.md#add-files-to-a-process-application) to the process application as required.

## Deploy and run a process application
## Validate and deploy your process application

You can deploy your process application to a cluster, and run your process application to test, debug, and observe how it performs in a live environment.
You should validate your process application in development, before deploying it to testing, staging, or production.

- [Deploy and run a process application](deploy-process-application.md)
- [Validate and deploy your process application](deploy-process-application.md)

## Process application versioning

Expand Down

0 comments on commit c964761

Please sign in to comment.