LIBNOVA DOCS Home
Pipelines module
Pipelines module
  • Pipelines Module Definition
    • Pipelines Module
  • Benefits and importance of the Pipelines module
  • Pipeline Metadata Definition (Metadata Schemas)
  • Creating a new Pipeline
  • Pipelines details
  • Target selection and object filtering (Triggers)
  • Execution/launching and review restrictions
  • Steps
  • Monitoring the progress of your pipeline tasks (Jobs)
  • Filtering jobs
  • Jobs and API access
  • Running a pipeline on a given container
  • Branching
  • Wait for user step
  • Automating your pipeline (using a function)
  • Stopping a running job
  • Pipeline Details
Powered by GitBook
On this page

Wait for user step

Last updated 7 months ago

When setting up a Step the field “Type” can be set as “Wait for user”, this way we are allowed to choose from a set of options where the flow will follow.

After starting the pipeline when it reaches the waiting step where we have to choose between those 2 functions in our example as the next step, we will choose the create file one in this example:

With the steps interface, you can interact with the steps; when clicking, they will be highlighted in blue, and the details will be shown below:

We can track the job, that will go from RUNNING to COMPLETED resulting in SUCCESS or ERROR.

A successful result will look like this: