
In addition to applications or services, you can also encapsulate and use a content package as a callable object. You may include files of different types in a content package, and may create a directory structure within it. The front-end of a content package is a simple HTML page.
To create a content package that you can use in a process, you must:
For example, you can create an index HTML page that you access when you execute the content package callable object, and add links to a set of folders or files that are also included in the content package.
Creating Content Package Objects
| Property | Description |
|---|---|
|
Name |
Enter an arbitrary name for the content package object. |
|
Description |
Enter a description. |
|
Language |
Select the original language for the content package. It is relevant for translation purposes. |
|
Location |
Use Choose… to specify the folder where you want to store the object. |
The design time for the content package object opens.
| Resource | Procedure |
|---|---|
|
Folder |
|
|
File |
|
|
Archive Content |
|
|
Translated Resource |
|
The content package should contain at least one HTML file. It is used as an entry point when the object is called.
| Parameter | Description |
|---|---|
|
Name |
Enter an arbitrary name for the callable object. You are not required to use a unique name. |
|
Description |
Enter a brief description for the callable object, explain its functions for example. |
|
Original Language |
Select the original language of the object from the dropdown list. It is relevant for translation purposes. |
|
Folder |
Select the folder where the callable object is stored. |
Choose Browse… to select the content package object that you want to encapsulate in this callable object.
The system browses the content package and displays its content. Select the HTML file that is used as an entry point when the callable object is executed.
If the entry page requires input parameters, you can define them here. For more information, see Callable Object Parameters .
Optionally, you can enter a label for the button that completes the callable object execution, or leave the default (Ok).
The callable object design time opens. You can edit its definition, and optionally grant permissions to other users for viewing or editing the object.
For an example of using content packages, see Developing Your First Process .