ebs.getJourneyContext

(FintechOS Studio 21.1.1 and later)

Retrieves the name of the digital journey context.

This allows form driven flows that are shared between multiple digital journeys to identify the digital journey that initiated the flow.

Also see ebs.setJourneyContext and ebs.cleanJourneyContext.

Syntax

Copy
function ebs.getJourneyContext(): IJourneyContext;

Return Value

Returns an IJourneyContext object containing the digital journey context name.

Copy
{
    DigitalJourneyName: string
}

Examples