Interface SequentialAgentService<T>

All Superinterfaces:
WorkflowService<SequentialAgentService<T>,T>
All Known Implementing Classes:
SequentialAgentServiceImpl

public interface SequentialAgentService<T> extends WorkflowService<SequentialAgentService<T>,T>