Skip to content

Commit

Permalink
Process applications edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Aug 19, 2024
1 parent 6c738d3 commit ab9ca04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To run your process application:
1. Open the [main process](create-a-process-application.md#main-process).
1. Select **Run** to open the **Start instance** modal.
<p><img src={RunProcessApplicationImg} alt="Run a process application" /></p>
1. Select **Run** to start a new instance.<p><ul><li>Before the actual process instance is started, all resources are re-deployed if required so the new instance
1. Select **Run** to start a new instance.<p><ul><li>Before the actual process instance is started, all resources are redeployed if required so the new instance
always uses their latest state.</li><li>After the process instance is started, you will receive a notification with a link to the process instance view in
[Operate](../../operate/operate-introduction.md). Open this link to monitor the process instance.</li></ul></p>

Expand Down
12 changes: 5 additions & 7 deletions docs/components/modeler/web-modeler/process-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ A process application is a type of Web Modeler folder that allows you to work on

<p><img src={ProcessApplicationImg} alt="Process application" /></p>

For example, a process application is created for consumer loan applications. The process application consists of a main process BPMN diagram, and additional supporting files (DMN diagrams and a form) to handle calculations and approval.
For example, a process application is created for a consumer loan application. The process application consists of a main process BPMN diagram, and additional supporting files (DMN diagrams and a form) to handle calculations and approval.

<p><img src={FileListImg} alt="Process application file list" /></p>

- When you [create a process application](create-a-process-application.md), you must select a cluster to use for deployment during development.
- A process application must always have a main process. You can rename and reassign the main process at any time.
- You can add more files to the process application as required.

:::tip
We advise you to use a process application for all your non-trivial automation projects. For example, these projects tend to have one main BPMN process that represents your end-to-end use case, and additional files that the main process depends on, such as called supporting processes, DMN decisions, or forms.
It is recommended that you use a process application for all your non-trivial automation projects. These projects tend to have one main BPMN process that represents your end-to-end use case, and additional files that the main process depends on, such as called supporting processes, DMN decisions, or forms.
:::

## Process application development pipeline
Expand All @@ -33,7 +29,9 @@ You can use the provided Web Modeler development pipeline to quickly develop and

Get started by creating a new process application.

- [Create a process application](create-a-process-application.md)
- When you [create a process application](create-a-process-application.md), you must select a cluster to use for deployment during development.
- A process application must always have a main process. You can rename and reassign the main process at any time.
- You can add more files to the process application as required.

## Deploy and run a process application

Expand Down

0 comments on commit ab9ca04

Please sign in to comment.