Runs
You can view all recent runs belonging to your organization(s).
Recent Runs
More information about a Run
Linking to Pipekit Pipe Runs from the Argo Workflows UI
apiVersion: v1
kind: ConfigMap
metadata:
name: workflow-controller-configmap
data:
links: |
# Adds a button to the workflow page that takes the user to the Pipe Run in Pipekit
- name: View in Pipekit
scope: workflow
url: https://pipekit.io/pipes/${workflow.metadata.labels.workflows.pipekit.io/pipe_uuid}/runs/${workflow.metadata.labels.workflows.pipekit.io/run_uuid}
# Adds a button to the sidebar that takes the user to the pod's details view in Pipekit
- name: View in Pipekit
scope: pod
url: https://pipekit.io/pipes/${workflow.metadata.labels.workflows.pipekit.io/pipe_uuid}/runs/${workflow.metadata.labels.workflows.pipekit.io/run_uuid}/workflow?pod-name=${metadata.name}
Last updated