Module: chiefWorkflow

Contains all of the top-level functions to manage the workflows for the plugin.

Author:
  • Seth Hollingsead
Source:

Requires

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.

Author:
  • Seth Hollingsead
Source:
Returns:

A JSON object that contains all of the workflows data loaded and parsed from the specified path.

Type
object