nocobase-workflow-manage

Manage NocoBase workflow triggers, node graphs, versions, and execution diagnostics via nb CLI.

45|10|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/nocobase/skills --skill nocobase-workflow-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nocobase-workflow-manage
Source: https://github.com/nocobase/skills/tree/main/skills/nocobase-workflow-manage
Command: npx skills add https://github.com/nocobase/skills --skill nocobase-workflow-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Use when users need to inspect, create, revise, enable, or diagnose NocoBase workflows through the nb CLI, including trigger selection, node-chain changes, version safety checks, and execution troubleshooting.

Core Features & Use Cases

  • Manage triggers and node graphs across versions, including creating new revisions, enabling workflows, and validating execution readiness.
  • Diagnose failures and inspect executions, nodes, and version stats to quickly pinpoint misconfigurations or bottlenecks.
  • Coordinate collection resolution and sequential node mutations to preserve workflow integrity in complex scenarios.

Quick Start

Begin by listing workflows and inspecting the target workflow to plan your changes.

Frequently Asked Questions about nocobase-workflow-manage

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

FAQPage Schema
How do I manage NocoBase workflow versions and enable a new revision safely?

To manage NocoBase workflow versions safely, you can create new revisions and enable workflows via the nb CLI. This process enforces preconditions like checking for unexecuted revisions to preserve workflow integrity before activation.

What is the best way to diagnose failed workflow executions in NocoBase?

Diagnosing failed NocoBase workflow executions involves inspecting execution logs, node graphs, and version statistics via the nb CLI. This pinpoints misconfigurations or bottlenecks quickly without needing manual UI inspection.

Can I add nodes sequentially to a NocoBase workflow through the CLI?

Yes, you can add nodes to NocoBase workflows through the nb CLI. The process enforces serial node creation and collection resolution to coordinate sequential node mutations while preserving workflow integrity.

Does the nb CLI support trigger configuration for NocoBase workflow orchestration?

Yes, the nb CLI supports trigger configuration for NocoBase workflow orchestration. It automates end-to-end trigger selection and coordinates trigger setup across multiple versions and environments.

Why does my NocoBase workflow revision fail to enable when previous executions exist?

A NocoBase workflow revision fails to enable when previous executions exist because the system enforces preconditions requiring unexecuted revisions. This guardrail prevents overwriting active execution states during workflow orchestration.

How do I inspect a NocoBase workflow to plan node-chain changes?

To plan node-chain changes, you can list workflows and inspect the target NocoBase workflow via the nb CLI. This allows you to review node graphs and validate execution readiness before making revisions.