Interface IWorkflowFlowAnalysis

All Superinterfaces:
Serializable
All Known Implementing Classes:
WorkflowFlowAnalysis

public interface IWorkflowFlowAnalysis extends Serializable
Interface for querying info about the control and data flow of a workflow process. Instances should usually only represent the result of the analysis, the actual computation should be done before the instance is created (or during the constructor call).
Since:
7.0.0
Author:
XIMA MEDIA GmbH