Class: Chain

hobs.Chaining. Chain

A Chain executes a sequence of step like objects


new Chain( [options])

Parameters:
Name Type Argument Description
options object <optional>

Extra options passed to the chain to control its execution

Extends

  • Chaining.Step

Members


<static> Chaining.Chain.CHAIN_EXECUTED

Properties:
Name Type Description
CHAIN_EXECUTED string

Event triggered after chain finish execution


<static> Chaining.Chain.STEP_EXECUTED

Properties:
Name Type Description
STEP_EXECUTED string

Event triggered after each step of the chain gets executed