Official Plugins (Kuzzle v2.x)
Workflows v0.x
2

This plugin is part of the Kuzzle Enterprise Plan. If you are interested, please contact us.

WorkflowsPlugin #

Instantiates the workflows plugin.


Constructor #

Copied to clipboard!
new WorkflowsPlugin();

Example #

Copied to clipboard!
import { WorkflowsPlugin } from 'kuzzle-plugin-workflows';

const workflowsPlugin = new WorkflowsPlugin();