Interface IExecutingLikeSequenceNode<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:
FcSequenceHandler, FcSwitchCaseHandler, FcSwitchDefaultHandler

public interface IExecutingLikeSequenceNode<TData> extends INodeHandler<TData>
Mixin with the implementation of IWorkflowNodeFlowAnalyzer.createFlowGraph(ICreateFlowGraphParams) for logic handlers that have no children and always complete abruptly by issuing a return statement. Such as actions that perform some task, and then always return (by terminating the execution of the current task).
Since:
7.0.0
Author:
XIMA MEDIA GmbH