List Runs

Go to Product

Lists the runs you have access to, newest first by default. Results can be narrowed down by project, executor, schedule, environment, status, a time range, or a search term, and paged using cursor.

Options

Set Before
Before
Only include runs created before this date and time (exclusive).
Set After
After
Only include runs created after this date and time (exclusive).
Set Limit
Limit
Maximum number of runs to return.
Set Status
Status
Only include runs with one of these statuses.
Set Project
Project
Only include runs in the project with this ID.
Set Query
Query
Case-insensitive search term. Matched against the run's description.
Set Sort
Sort
Sort by status, description, creation time, or start time (either direction, a leading - reverses it).
Set Cursor
Cursor
Pass the cursorNext value from a previous response to fetch the next page.
Set Executor
Executor
Only include runs handled by the executor with this ID.
Set Schedule
Schedule
Only include runs created by the schedule with this ID.
Set Environment
Environment
Only include runs that used the environment with this ID.
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • ID: Stringified ObjectId (hexadecimal string with 24 characters). See ObjectId
  • Kind: Identifies this object as a run.
  • Environment: A reusable execution setup a schedule runs against: a KNIME workflow, a shell script, or a Docker container.
  • Schedule: A configured, repeatable job that runs an environment, either on a cron timer or on demand.
  • Description: The run's name, copied from its schedule's name at the time it was created.
  • Active: Whether the run is still in progress (pending, running, or canceling).
  • Status: The run's current lifecycle status: queued (pending), in progress (running), being stopped (canceling), or one of its final states (passed, canceled, failed, skipped).
  • Cancelable: Whether the run can be canceled right now.
  • Deletable: Whether the run can be deleted right now (it has finished, one way or another).
  • Retryable: Whether retrying is available on this NodePit Runner installation. Not specific to this run — retrying creates a brand new run with the same environment, schedule, and project, regardless of this run's own status.
  • Artifact: The file produced by this run, or null if it hasn't produced one (yet, or at all).
  • Created At: When the run was created.
  • Updated At: When the run was last changed.
  • Created By: A NodePit Runner user account.
  • Updated By: A NodePit Runner user account.
  • Started At: When execution actually began, or null if it hasn't started yet.
  • Finished At: When execution ended, or null if it's still in progress.
  • Project: Stringified ObjectId (hexadecimal string with 24 characters). See ObjectId
  • Source: How the run was created: triggered manually (api, e.g. the "Run now" button) or automatically by its schedule's cron expression (schedule).
  • Tags: Snapshot of the environment's and schedule's combined tags at the time the run was created.
  • Archs: Snapshot of the environment's archs at the time the run was created.
  • Executor: The executor that picked up this run, or null if none has yet.
  • Estimated Running Duration in Seconds: How long this run is expected to take, based on its schedule's most recent successful run, or null if it doesn't have one yet.
  • Time Zone: The instance's configured timezone at the time of the run.

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.