WorkflowsPlugin #
Instantiates the workflows plugin.
Constructor #
new WorkflowsPlugin();
Example #
import { WorkflowsPlugin } from 'kuzzle-plugin-workflows';
const workflowsPlugin = new WorkflowsPlugin();
Edit this page on Github(opens new window)
Instantiates the workflows plugin.
new WorkflowsPlugin();
import { WorkflowsPlugin } from 'kuzzle-plugin-workflows';
const workflowsPlugin = new WorkflowsPlugin();