LogoLogo
PipekitPricingBlogPipekit StatusRelease Notes
  • Introduction
  • Getting Started
  • CLI
    • Cron Workflows
  • Pipekit Agent
    • Helm Install
  • Pipekit
    • Authentication
      • Okta
    • Runs
    • Pipes
      • Managing Pipes
        • Run Conditions
        • Secrets
        • Alerting
      • Pipe Runs
        • Run Graph (DAG)
        • Pod Logs
        • Workflow Logs
        • Workflow YAML
      • Cron Workflows
      • Externally Triggered Workflows
    • Metrics
    • Templates
    • Clusters
    • Organization
      • Creating an Organization
      • Managing Users
      • Managing Alert Providers
      • Settings
      • Permissions
  • Python SDK
    • Jupyter Notebooks
    • Python Scripts
  • Self-Hosting Pipekit
    • Dependencies and Pre-requisites
    • Container Images
    • Kubernetes Permissions
    • Self-Hosted Pipekit Helm Chart
    • License Key
    • Initial Login and Break Glass Account
    • Integrating with your Git Provider
    • Configuring SSO
  • Additional Information
    • Free Trial Cluster
  • REST API
Powered by GitBook
On this page
  • Cron Pipes
  • Stopping a running Run
  • Resubmitting a Run
  • More information about a Run
  • Data Retention
  1. Pipekit
  2. Pipes

Pipe Runs

Pipekit Pipes collect workflow runs in a logical group. You can view all runs of a given workflow in a Pipe, even across Kubernetes clusters.

Last updated 1 year ago

You can view the runs of a Pipe by going to the and clicking on the Pipe you wish to view the runs of.

From here you can see all past runs of the Pipe. The view allows you to understand what triggered the run, the cluster the run ran on, the status of the run, the current progress of the run (if still running), any output message from Argo Workflows, the time the run started, and the duration of the run.

Cron Pipes

You can also see past runs in the same way. Just click the Pipe you are interested in. If the underlying workflow was a Cron Workflow, you can see information about the cron schedule as well as the standard Pipe run information.

Stopping a running Run

If a run is still running, you can stop it by clicking the checkbox to the left of the run, and then clicking the Stop button at the top of the page. This will gracefully stop the run, and the run will be marked as Stopped in the list of runs.

A Stop command is an asynchronous command. It may take a few moments for the run to stop, especially if your workflow has an exit handler that needs to complete before the run can be gracefully stopped.

Resubmitting a Run

You can resubmit a run by clicking the checkbox to the left of the run, and then clicking the Resubmit button at the top of the page. This will create a new run of the workflow, with the same parameters as the original run.

You can only resubmit a run if it is no longer running.

More information about a Run

You can view more information about a given run by clicking on the run. This will take you to the run graph for the run. From here you can see the for the run, the for the run, and the for the run.

Data Retention

Pipekit will retain all runs for a Pipe. There is no limit to the number of runs that will be retained or the time period that they will be retained for.

Pipes tab in Pipekit
Run Conditions
Cron Workflow
run graph
pod logs
workflow logs