Click or drag to resize

JourneyActionTypes Enumeration

Available actions to take while recording a journey

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum JourneyActionTypes
Members
  Member nameValueDescription
Skip2 Skips the children of this node and continues directly with its output pins.
Next3 Follows the path along with the next element.
Submerge4 Dives into the children of this node.
Emerge5 Dives out of the children back to the parent node.
Branch6 Identifies a branching option, multiple of these might be returned as an allowed action and each stands for one possible choice to advance the journey.
See Also