0.1.1 • Published 6 months ago

@identity-flow/sdk v0.1.1

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

@identity-flow/sdk

The code-first SDK to define workflows for IdentityFlow.

Introduction

The @identity-flow/sdk package provides a comprehensive set of tools and utilities to enhance your workflow development experience with IdentityFlow. It includes all the necessary bindings and APIs to simplify the process of defining, executing, and managing workflows.

Installation

To install the package, use the following command:

npm add @identity-flow/sdk

Usage

Here is a basic example of how to use the SDK to define and execute a workflow:

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

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

Available Exports

The package exports the following modules:

License

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