@epilot/workflow-client
v1.6.2
Published
Client library for epilot Workflow API
Downloads
1,473
Maintainers
Readme
@epilot/workflow-client
Client library for epilot Workflow API
Uses openapi-client-axios
Installation
npm install --save @epilot/workflow-client
Usage
import { getClient } from '@epilot/workflow-client';
const workflowClient = getClient();
const res = await workflowClient.createExecution(null, { workflowId: 'my-id-123' })
Documentation
https://docs.epilot.io/docs/workflows