uipath-api-workflow

Create, validate, and deploy UiPath API workflows conforming to CNCF Serverless Workflow DSL.

1|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/viinearaujo/UiPathEngineeringMCP --skill uipath-api-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uipath-api-workflow
Source: https://github.com/viinearaujo/UiPathEngineeringMCP/tree/main/.agents/skills/uipath-api-workflow
Command: npx skills add https://github.com/viinearaujo/UiPathEngineeringMCP --skill uipath-api-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines the development and deployment of UiPath API workflows, ensuring they conform to the CNCF Serverless Workflow DSL while maintaining compatibility with StudioWeb's designer.

Core Features & Use Cases

  • Workflow Authoring: Create and edit JSON-based API workflows with support for complex control flow, nested logic, and Integration Service connectors.
  • Local Validation & Execution: Test workflows locally using the CLI to catch structural, expression, and configuration errors before deployment.
  • Deployment Pipeline: Package and publish API workflow projects to UiPath Orchestrator, ensuring correct project structure and resource binding.

Quick Start

Use the uipath-api-workflow skill to initialize a new API project named MyWorkflow and validate its structure.

Frequently Asked Questions about uipath-api-workflow

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

FAQPage Schema
How do I build UiPath API workflows using the Serverless Workflow DSL?

You can build UiPath API workflows by authoring JSON files that conform to the CNCF Serverless Workflow DSL, using this skill to enforce correct schema, activity key uniqueness, and variable export patterns for StudioWeb compatibility.

Can I test UiPath API workflows locally before deploying to Orchestrator?

Yes, you can validate and execute API workflows locally using the CLI to catch structural, expression, and configuration errors before publishing the project package to UiPath Orchestrator.

How do I validate JSON schema and control flow patterns in UiPath API automation projects?

Validate JSON schema and complex control flow by running local execution tests that check activity key uniqueness, nested logic structures, and proper variable export patterns required for StudioWeb designer compatibility.

Does UiPath Integration Service support complex control flow and nested logic in API workflows?

Yes, the Integration Service connectors support complex control flow patterns and nested logic within API workflows, provided the JSON strictly adheres to the CNCF Serverless Workflow DSL schema and activity key constraints.

What is the best way to package and publish API workflow projects to UiPath Orchestrator?

The best way to publish API workflows is to validate the project structure locally, ensure correct resource binding, and package the JSON project for deployment directly to UiPath Orchestrator.

Why does my UiPath API workflow fail validation in StudioWeb?

StudioWeb validation typically fails when the JSON schema does not conform to the CNCF Serverless Workflow DSL, activity keys are not unique, or variable export patterns are incorrectly configured.