Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the environment for a parallel chain. The environment can consist of one or multiple static environments or environments created by using an environment provider. The environments are merged in the order they have been added to the parallel chain, meaning that later environments override the properties of earlier environments. The implementation tries to minimize the number of environment variables to transfer by merging the environments as much as possible while still maintaining the sequential order of the environments.

Hierarchy

  • ParallelEnvironmentDefinition

Index

Constructors

Properties

Methods

Constructors

Private constructor

Properties

environments

environments: Array<IParallelEnvironment | FunctionCall>

Static Private EMPTY

EMPTY: ParallelEnvironmentDefinition = new ParallelEnvironmentDefinition()

Methods

add

toJSON

Static of

Generated using TypeDoc