New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@uipath/packager-tool-apiworkflow

Package Overview
Dependencies
Maintainers
25
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "Mini Shai-Hulud" supply chain attack.

Affected versions:

0.0.19
View campaign page

@uipath/packager-tool-apiworkflow

UiPath API Workflow tool implementation

latest
Source
npmnpm
Version
1.202.0
Version published
Weekly downloads
1.4K
394.66%
Maintainers
25
Weekly downloads
 
Created
Source

@uipath/tool-apiworkflow

A reference implementation of a Project Tool for the UiPath Solution Packager, designed for handling API Workflow projects.

Overview

This package demonstrates how to build a fully functional packaging tool using @uipath/solutionpackager-tool-core. It implements the lifecycle method for building and packing API projects.

Features

  • Reference Implementation: strict adherence to @uipath/solutionpackager-tool-core contracts.
  • Build Operations:
    • Validates project structure
    • Copies project files to a clean output directory
    • Generates operating.json configuration
    • Generates package-descriptor.json
  • Pack Operations:
    • Creates .nupkg packages (Nuget)
    • Handles versioning and metadata

Project Structure

src/
├── api-workflows-tool.ts      # Main tool logic implementation
├── api-workflow-tool-factory.ts # Factory for creating tool instances
└── index.ts                   # Export entry point

Usage

This tool is designed to be loaded dynamically by solutionpackager.

Development

Install dependencies:

npm install

Build:

npm run build

Run Tests:

npm test
npm run test:browser

FAQs

Package last updated on 16 Sep 2026

Related posts