Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FlowMode

Index

Enumeration members

Enumeration members

DEFAULT

DEFAULT = "DEFAULT"

Set flow to run in default mode. All stages receives the same parameter of execute method.

PIPELINE

PIPELINE = "PIPELINE"

Set flow to run in pipeline mode. Result of a stage is the parameter of next stage.

Generated using TypeDoc