Versions Compared

Key

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

...

1 - Create your pipeline

In this step now its time for your first pipeline. Pipelines are “the heart” of your business app. With a pipeline you can connect data, workflows, systems and do much more without real coding.

...

Congrats, you have executed your first pipeline!

2 - Publish your pipeline

Now lets publish the pipeline to the server using this command:

...

Info

Important Note
Once a file was published to the server, it will automatically get its relative path inside of the src folder assigned as unique key at server side, but without any extensions of the filename. Using this key, you can refer and load the resource later on. Lets see some example mappings from local file path to key:

  • Local filename → Property key

  • src/global/app/myapp42/form/myform.jsonglobal/app/myapp42/form/myform

  • src/global/app/myapp42/pipeline/hello.pi.yamlglobal/app/myapp42/pipeline/hello

3 - Create a stamp pipeline

Lets assume you have a PDF file invoice.pdf stored in the root of your drive folder. To do so, open your browser and go to this url: https://drive-NAMESPACE.pipeforce.net (make sure to replace NAMESPACE by your real namespace name).

...