Client library for epilot Workflow API
Uses openapi-client-axios
npm install --save @epilot/workflow-client
import { getClient } from '@epilot/workflow-client';
const workflowClient = getClient();
const res = await workflowClient.createExecution(null, { workflowId: 'my-id-123' })