Class: ProcessGraph

ProcessGraph()

Process parser, validator and executor.

Constructor

new ProcessGraph()

Source:

Methods

getProcess(process, namespaceopt, nullable) → {object|null}

Gets the process for the given process ID or node.
Parameters:
Name Type Attributes Default Description
process ProcessGraphNode | string
namespace string <optional>
<nullable>
null
Source:
Throws:
- ProcessUnsupported
Type
ProcessGraphError
Returns:
Type
object | null