Contains all of the top-level functions to manage the workflows for the plugin.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
- module:plugin.constants
- module:chiefData
- module:loggers
- @haystacks/constants
- path
Methods
(inner) setupWorkflows(pluginWorkflowsPath) → {object}
Sets up all the plugin workflows data.
Parameters:
| Name | Type | Description |
|---|---|---|
pluginWorkflowsPath |
string | The path of the workflows files for the plugin layer. |
- Source:
Returns:
A JSON object that contains all of the workflows data loaded and parsed from the specified path.
- Type
- object