Inspect and Edit Datastore Values
A guide explaining how to inspect and edit datastore values.
Adding a datastore from a file
A guide explaining how to add datastore from a file.
UnitTest Simple Java Command
This HowTo shows along an example how to unittest a simple Java Command.
Step by Step Simple Java Command
This HowTo shows along an example step by step how to write a simple Command.
UnitTest a Java Command with LiteService and InjectService
This HowTo shows along an example how to UnitTest a Java Command with LiteServices and InjectServices.
UnitTest Java Command with Services
This HowTo shows along an example how to UnitTest a Java Command with Services.
How to Integrate Services in your Command
This guide demonstrates how to integrate business logic in the form of Services into your Commands.
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 2024-12-19 10:07:56 +0100
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 […]