UnitTest Simple Java Command
This HowTo shows along an example how to unittest a simple Java Command.
BPMN Editor – Advanced Workflow
A guide showing you how to create an advanced workflow.
Example Workflows
Showcase example Workflows which can be used to learn and understand commonly used structures.
UnitTest Java Command with Services
This HowTo shows along an example how to UnitTest a Java Command with Services.
UnitTest a Java Command with LiteService and InjectService
This HowTo shows along an example how to UnitTest a Java Command with LiteServices and InjectServices.
Step by Step Simple Java Command
This HowTo shows along an example step by step how to write a simple Command.
How to Integrate Services in your Command
This guide demonstrates how to integrate business logic in the form of Services into your Commands.
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
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. […]
Human Tasks Overview & How to use them
Collection of all Human Tasks their use cases