Multiple Choice
PAK Commands – Multiple Choice Table of Contents 1. Summary 2. Examples 1. Summary This command lets the user choose one or more items from a specified list. 2. Examples Figure 1. The Command Due to simplicity, the descriptiveText input parameter will be left empty for the examples. By default, it is set to „Please […]
Show Image
PAK Commands – Show Image Table of Contents 1. Summary 2. Example 1. Summary Shows the image stored in the URL given. 2. Example Figure 1. The command Due to simplicity, the descriptiveText input parameter will be left empty for the examples. By default, it is set to „Show Image“. All example images use the […]
Simple Ok
PAK Commands – Simple Ok Table of Contents 1. Summary 2. Example 1. Summary This command prompts the user to give the Ok to continue. 2. Example All example images use the Human Task representation of the Workflow Executor. Figure 1. The command The descriptiveText describes the task to the user. It is set to […]
Configurable Table
PAK Commands – Configurable Table Table of Contents 1. Summary 2. Examples 1. Summary This command lets you configure custom tables using a JSON representation. The user can then extend the table by adding new rows. 2. Examples Figure 1. The Command Due to simplicity, the descriptiveText input parameter will be left empty for the […]
Create Form
PAK Commands – Create Form Table of Contents 1. Summary 2. Examples 2.1. Minimal Command Run 2.2. Adding Optional Fields 2.3. Adding Different Input Types 2.4. Setting initial Values 2.5. Customizing the JSON Output 1. Summary This command lets you create a multi form page which the user has to fill out to continue. 2. […]
Create Form From Template
PAK Commands – Create Form From Template Table of Contents 1. Summary 2. Examples 1. Summary This command lets you create a multi form page which the user has to fill out to continue. 2. Examples Figure 1. The Command Due to simplicity, the descriptiveText input parameter will be left empty for the examples. By […]
Choose Value From Object
PAK Commands – Choose Value From Object Table of Contents 1. Summary 2. Examples 1. Summary This command lets the user choose a single property from a JSON object. 2. Examples Figure 1. The Command Due to simplicity, the descriptiveText input parameter will be left empty for the examples. By default, it is set to […]
Choose Date
PAK Commands – Choose Date Table of Contents 1. Summary 2. Examples 1. Summary Prompts the user with a date chooser, that can optionally be extended to include a time chooser as well. The resulting date time will be formatted according to the ISO-8601 norm. 2. Examples Figure 1. The Command Due to simplicity, the […]
Choose Search Item
PAK Commands – Choose/Search Item Table of Contents 1. Summary 2. Examples 2.1. Choose Item 2.2. Search Item 1. Summary Both commands let the user choose an item from a specified list. Search item additionally offers the functionality to search for an item by typing in the textfield. 2. Examples Example 1. The Command Due […]
CommandMeta Service
Table of Contents Command Meta – Required Services Command Meta – Required Services Commands can require services to function. These services are also defined in the command meta and have the following property fields. Field name Description Example id Fully qualified name of the class of the service de.asap.pak.adapter.codebeamer.api.ICodebeamerAdapter key The datastore key if the […]