Class SelectMetadataLookupExtensionFlow

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class SelectMetadataLookupExtensionFlow extends AbstractProfileAction
A profile action that selects metadata lookup extension flows to invoke.

The flows available to be executed are held by the availableFlows. Available flows are executed in the order that they are configured if their activation condition evaluates to true.

This action returns the flow ID to be executed or EventIds.PROCEED_EVENT_ID if there are no flows available to be executed.

Event:
EventIds.PROCEED_EVENT_ID, Selected flow ID to execute