powered by ASAP

Open File Dir

PAK Commands – Choose File/Directory Table of Contents 1. Summary 2. Examples 2.1. Choose File 2.2. Choose Directory 1. Summary The Command ChooseFileOrDirectory lets the user choose from the local file system. The command gives an option to choose a file or a directory. Both commands can only be used inside the Workflow Executor 2. […]

PublishCommandsLocal

Publishing Commands Table of Contents Local Publish Maven Local Publish Maven mvn install:install-file -Dfile=your-downloaded-file.jar -DgroupId=org.example -DartifactId=example-commands -Dversion=1.0.0 -Dpackaging=jar Last updated 2023-07-31 11:39:09 +0200

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 […]

Simple Text Input

PAK Commands – Simple Text Input Table of Contents 1. Summary 2. Examples 1. Summary This command prompts the user with a text field to fill out. 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 type […]