Sign In

@uipath/packager-tool-apiworkflow

Package Overview
Dependencies
Maintainers
17
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons
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

unpublished
Source
npmnpm
Version
0.0.19
Version published
Weekly downloads
1.7K
102.2%
Maintainers
17
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 11 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts