...
PIPEFORCE Enterprise 7.0 or higher
You have a valid PIPEFORCE Developer account
Introduction
In PIPEFORCE an app groups together resources like scripts, templates, configurations and others which solve a certain business task together. Any pipeline, form or workflow for example is part of exactly one app.
...
In this tutorial you will learn how to create and publish an app using the online workbench in a few simple steps.
1 - Create a new app with the online workbench
The easiest way to create a new app is by using the online workbench. To do so, follow these steps:
Login to your portal https://YOUR_NAMESPACE.pipeforce.net.
Navigate to LOW CODE → Workbench.
Select the node
app
in the tree and click the plus icon at the top.The new property view opens:
As a property key use the value
global/app/MY_APP/config/app
. ReplaceMY_APP
with the name of the app you would like to create, for examplemyapp24
. Do use only lower case letters and don’t use special characters or spaces!As mime type select
application/json
.
Click SAVE:
The new property configuration was created and pre-filled with some data.
Here you can make later changes to configure your app.
For now don’t do any changes and leave it as it is.
Navigate to
All Apps
in order to show the apps overview page.Here also your app should be listed.
Congrats, you’ve created your first custom app!
...
If you click your app, currently nothing happens since we did not add any logic to this app for now. This will change in the next tutorials.
2 - Release your app
For security and productivity reasons any app created this way is by design only visible to developers, but not to other users: It is automatically staged in development mode in the beginning.
...
Info |
---|
Staging
|
Next tutorial: Tutorial: Create a new form