Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Command Line Tool (CLI)

Info

Note: Since PIPEFORCE 6.0 the former Python based CLI tool is deprecated and should be replaced by this CLI as soon as possible.

...

See here for more details about this CLI tool: Command Line Interface (CLI)

Verify and install Java 8

Open your terminal and verify that you have a Java runtime version >= 1.8 installed:

...

In case you see an output like “command not found” then you probably have no Java environment installed yet. So go to the next step and download and install the environment.

Install Java

If you have not Java runtime yet, follow these steps to download and install:

...

Code Block
$> java -version

How to download an install the CLI?

After you have made sure that Java is installed and runs correctly, you can download the latest version of the cli tool by clicking this link:

...

Follow the wizard to install the CLI.

How to update?

To update to the lastest version, simply use this command:

...

It will search for latest versions and automatically download + install it for you.

Add it to your Windows path

Optionally you can add the pi tool to your path variable in order to simplify the call to:

...

To do so, add the file pi.bat inside your $USER_HOME/pipeforce folder to the PATH variable on your Windows system.

Add it to your Mac/*nix path

Optionally you can add the CLI tool to your path variable in order to simplify the call to:

...

To do so, add the folder $USER_HOME/pipeforce to your paths file.

BPMN Modeler

The BPMN modeler is used to design BPMN diagrams and save the BPMN files.

...