Interface WorkflowSystem<P>

  • All Known Subinterfaces:
    StateWorkflowSystem
    All Known Implementing Classes:
    WorkflowEngine

    public interface WorkflowSystem<P>
    Process a set of Operations, by use of a RuleEngine to determine when/if operations should run, and by updating a shared state object with new state changes returned by each operation.