このコンテンツは選択した言語では利用できません。
Chapter 5. Importing business assets projects into and deploying from Business Central
You can import a business assets project that is part of a Red Hat Process Automation Manager business application into Business Central and then deploy that project to a business application.
Prerequistes
- You have a business application project running in development mode.
- Red Hat Process Automation Manager Business Central is installed.
Procedure
-
Navigate to the
<business-application>/<business-application>-kjar
folder. Execute the following following commands to initialize the Git repository for your project:
git init git add -A git commit -m "Initial project structure"
$ git init $ git add -A $ git commit -m "Initial project structure"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow -
Log in to Business Central and go to Menu
Design Projects. Select Import Project and enter following URL:
file:///<business-application-path>/<business-application-name>-kjar
file:///<business-application-path>/<business-application-name>-kjar
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Click Import and confirm the project to be imported.
- After the business assets project is imported into Business Central, open the project and click Add Assets to add assets such as business processes to your business assets project.
- Click Deploy on your project page to deploy your project to a running business application.
-
To verify the deployment, go to Menu
Deploy Execution Servers. -
To interact with your newly deployed business assets, go to Menu
Manage Process Definitions and Process Instances.