Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LinkType

Determines the type of the formation link

Index

Enumeration members

Enumeration members

Conditional

Conditional: = "conditional"

Represents a conditional link that determines the next formation by evaluating conditionals with the context data

Direct

Direct: = "direct"

Represents a direct link to the next formation

Random

Random: = "random"

Randomly selects a formation to move to. This is commonly combined with a redirection to randomly insert a node into a normal flow

Remote

Remote: = "remote"

A remote link sends the context to a HTTP endpoint that determines the next link to move to