ping-identity
    Preparing search index...

    Type Alias JourneyNextInput

    Payload for advancing a Journey node.

    type JourneyNextInput = {
        callbacks?: JourneyCallbackInput[];
    }
    Index

    Properties

    Properties

    callbacks?: JourneyCallbackInput[]

    Callback mutations to apply before calling native next().