Relevance API for the Flows SDK

The Flow Engine API now provides a mechanism to see whether a field was relevant to determining any goal.

This information can be used to drive relevance-based visibility and allows you to implement features such as decision reports.

Steps to Enable

You don't need to do anything to enable this feature.

Tips And Considerations

You can get relevancy information by calling IAFlowSession.getSessionValueRelevance.

Key Resources

Access Requirements

  • Flow developers