Wait for user step

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:

Last updated