Interface IExecutingLikeThrowNode<TData>

Type Parameters:
TData - Type of the node's properties model.
All Superinterfaces:
ICustomParametersUpdateable, IElementHandler<TData,WorkflowNode>, IExecutionResultDescriptor, INodeHandler<TData>, IResourceBundleLocator, IWorkflowElementTypeProviding, IWorkflowNodeFlowAnalyzer<TData>, IWorkflowNodeTypeProviding
All Known Implementing Classes:
FcThrowExceptionHandler

public interface IExecutingLikeThrowNode<TData> extends INodeHandler<TData>
Mixin with the implementation of IWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams) for logic handlers that have no children and always complete abruptly by throwing an exception. Such as a throw statement.
Since:
7.0.0
Author:
XIMA MEDIA GmbH