0.1.1 • Published 6 months ago

@identity-flow/api v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@identity-flow/api

Effortless build workflows for IdentityFlow.

Introduction

The @identity-flow/api package provides a set of tools and utilities to build workflows for IdentityFlow. It simplifies the process of defining and managing workflows.

For more advanced features and additional tools, consider using the @identity-flow/sdk package. It provides a comprehensive set of utilities to enhance your workflow development experience.

Installation

To install the package, use the following command:

npm install @identity-flow/api

Usage

Here is a basic example of how to define a workflow using @identity-flow/api:

import { defineWorkflow } from '@identity-flow/api';

export default defineWorkflow('myWorkflow', async (flow) => {
	// Define your workflow logic here
	return { result: 'success' };
});

License

This project is licensed under the MIT License - see the LICENSE file for details.