Forum Discussion

StephenStudy's avatar
StephenStudy
Qrew Trainee
3 years ago

How to force running pipeline steps synchronously

Sometimes you need step A to run to completion before step B fires off.  Is there a way to make this happen?

------------------------------
Stephen Study
------------------------------

7 Replies

  • What is step A.  I suspect that you are calling an API?

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • StephenStudy's avatar
      StephenStudy
      Qrew Trainee
      Just an illustration of an arbitrary example.  The actual scenario is complicated and involves callable recursive pipelines.  I'm just wondering if there was a setting or accepted practice to force steps to not run asynchronously.

      Thanks

      ------------------------------
      Stephen Study
      ------------------------------
      • JeffPeterson1's avatar
        JeffPeterson1
        Qrew Captain
        You can add a 'Pause' step and make the pipeline pause for as long as you want.

        ------------------------------
        Jeff Peterson
        ------------------------------