...
The pipeline can be created in your preferred local editor or in the Online Workbench (since version 7.0only
,Status colour Blue title ENTERPRISE
).Status colour Purple title CORPORATE To manually execute a pipeline locally you can use the CLI (we will cover these possibilities of the CLI later in this chapter):
pi pipeline file /path/to/your/local/pipeline.pi.yaml
pi pipeline remote key/of/your/pipeline/on/server
pi pipeline uri “inline-pipeline”
But the easiest way to ad-hoc execute a pipeline is by using the Online Workbench of your portal (available since version 7.0 for
,Status colour Blue title ENTERPRISE
licenses).Status colour Purple title CORPORATE
What is a Command?
The most important part of a pipeline is a command. Easily spoken, a command is a single server side task or function which can be executed from outside by its unique name. It is based on the command pattern and function as a service software architecture patterns. It supports input parameters, an input message and can optionally produce an output message:
...