Skip to content
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

docs: Fix incorrect info in Build a process for deployment #2958

Open
wants to merge 2 commits into
base: 2022.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions modules/runtime/pages/import-and-export-a-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,7 @@ The resulting .bos file can be imported into Bonita Studio.

== Build a process for deployment

When a process is ready for deployment, you must create an executable business archive (.bar file) for deployment.

To create the business archive:

. Choose *_Build..._* from the *_Server_* menu.
. Select the process to be exported.
. Specify whether you want to export a configuration with the process. Exporting a configuration will export all the information and other items that you
configured, including connectors and dependencies.
. Specify the location where the .bar file will be created. The filename is determined by the process name and cannot be changed at this stage.
. Click *_Finish_*. The business archive is created.
See the dedicated page: xref:ROOT:build-a-process-for-deployment.adoc[Build a process for deployment].

== Export a process diagram as an image

Expand Down