set-active-run

Set the active run ID in the session state index for concurrent pipelines.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill set-active-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: set-active-run
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/set-active-run
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill set-active-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill allows users to designate a specific run ID as the active one when managing multiple concurrent pipelines, ensuring interactive commands target the correct session.

Core Features & Use Cases

  • Session State Management: Updates the active run ID in the session state index.
  • Pipeline Coordination: Essential for distinguishing between and interacting with multiple running pipelines.
  • Use Case: If you have three data processing jobs running simultaneously, you can use this skill to tell the system which of the three you want to query or manage next.

Quick Start

Set the run with ID 'pipeline-run-123' as the active run.

Frequently Asked Questions about set-active-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set the active run ID for managing concurrent pipelines?

To set the active run ID, you specify the target identifier to update the session state index. This ensures interactive command-line operations target the correct pipeline context among multiple running jobs.

What is active run ID management used for in multi-pipeline environments?

Active run ID management is used for explicit session state control in multi-pipeline environments. It distinguishes between concurrent pipelines so commands interact with the correct data processing job.

When do I need to switch the active pipeline run in a session?

You need to switch the active pipeline run when querying or managing a specific job out of several simultaneous data processing pipelines. It redirects interactive commands to the desired session context.

Can I use session state management for interactive command-line operations?

Yes, session state management is applicable to interactive command-line operations requiring specific pipeline context. It updates the active run ID to ensure commands execute against the designated pipeline.

What's the best way to coordinate commands across multiple concurrent pipelines?

The best way to coordinate commands across concurrent pipelines is explicitly setting the active run ID. This updates the session state index to route interactive operations to the correct running job.