Class FallbackExecutionAnalyzer

java.lang.Object
de.xima.fc.workflow.processor.logic.analysis.FallbackExecutionAnalyzer
All Implemented Interfaces:
IWorkflowNodeFlowAnalyzer<Object>

public final class FallbackExecutionAnalyzer extends Object implements IWorkflowNodeFlowAnalyzer<Object>
Fallback execution analyzer when no logic handler could be found for a node. Attempts to supply a somewhat sane default that does not break the rest of the workflow, but no guarantees are made as to what this returns.
Since:
7.0.0
Author:
XIMA MEDIA GmbH