Package net.anwiba.commons.workflow
Interface IWorkflowController<T>
-
- All Known Implementing Classes:
WorkflowController
public interface IWorkflowController<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IExecutable<T>next(IState<T> state)
-
-
-
Method Detail
-
next
IExecutable<T> next(IState<T> state)
-
-