flow-designer

Create and manage ServiceNow Flow Designer automations with triggers, actions, and subflows.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill flow-designer-groeimetai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-designer
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/flow-designer
Command: npx skills add https://github.com/groeimetai/snow-flow --skill flow-designer-groeimetai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of automated workflows within ServiceNow using Flow Designer, enabling efficient and scalable process automation.

Core Features & Use Cases

  • Flow Creation: Design and build custom flows triggered by various events (record changes, schedules, catalog items).
  • Subflow & Action Development: Create reusable subflows and custom script or REST actions for modular automation.
  • Error Handling: Implement robust try/catch blocks and error logging for reliable execution.
  • Use Case: Automate the incident resolution process by creating a flow that notifies the on-call team, creates a major incident ticket if the priority is P1, and escalates if not resolved within a defined timeframe.

Quick Start

Use the flow-designer skill to create a new flow that triggers when an incident's priority is set to '1 - Critical'.

Frequently Asked Questions about flow-designer

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

FAQPage Schema
How do I create a ServiceNow Flow Designer automation triggered by record changes?

To create a ServiceNow Flow Designer automation, you design a custom flow triggered by record changes, schedules, or catalog items. This Skill facilitates programmatic creation of flows, enabling efficient development of automated workflows triggered by specific record updates.

Can I build custom actions and subflows for complex ServiceNow workflows?

Yes, you can build custom actions and subflows for complex ServiceNow workflows. This Skill supports creating reusable subflows and custom script or REST actions, allowing modular automation logic development and efficient workflow management within ServiceNow.

What triggers are supported for ServiceNow Flow Designer workflows?

ServiceNow Flow Designer workflows support record-based, schedule-based, and service catalog triggers. These trigger types allow you to automate processes based on database record updates, timed events, or service catalog item requests.

How do I implement error handling in ServiceNow Flow Designer?

You implement error handling in ServiceNow Flow Designer by using robust try/catch blocks and error logging. This ensures reliable execution of your automated workflows by capturing and managing exceptions during flow and subflow processing.

Does this approach support automating incident resolution processes in ServiceNow?

Yes, this approach supports automating incident resolution processes in ServiceNow. You can create a flow that triggers on critical priority incidents, notifies the on-call team, generates major incident tickets, and escalates issues if they remain unresolved within a defined timeframe.

What is the best way to discover artifacts when building ServiceNow flows?

The best way to discover artifacts when building ServiceNow flows is by leveraging specific tools for artifact discovery and script execution. This Skill enables efficient development by facilitating the programmatic creation and management of Flow Designer automations and their components.