Class AddUserToJourneyActionNode


  • public class AddUserToJourneyActionNode
    extends AbstractJourneyTransitionActionNode
    Adds the flow context's user to a journey through a given journey stage.
    Since:
    12.2.0
    Version:
    $Revision: 23535 $ $Date: 2020-01-14 13:18:39 -0300 (Tue, 14 Jan 2020) $
    • Constructor Detail

      • AddUserToJourneyActionNode

        public AddUserToJourneyActionNode​(org.json.JSONObject object,
                                          FlowEntry flowEntry)
        Creates a new instance from the given JSON configuration object.
        Parameters:
        object - the JSON configuration object
        flowEntry - the flow entry
        Since:
        12.2.0
      • AddUserToJourneyActionNode

        public AddUserToJourneyActionNode​(String id,
                                          String name,
                                          String journeyStageId,
                                          FlowNode nextNode)
        Creates a new instance.
        Parameters:
        id - the node identifier
        name - the node name
        journeyStageId - the journey stage identifier
        nextNode - the next node
        Since:
        12.2.0