@epilot/workflow-client
v1.17.0
Published
Client library for epilot Workflow Execution API
Maintainers
Readme
@epilot/workflow-client
Client library for epilot Workflow API
Uses openapi-client-axios
Installation
npm install --save @epilot/workflow-clientUsage
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
