Interface IWorkflow<T>

  • All Known Implementing Classes:
    Workflow

    public interface IWorkflow<T>
    • Method Detail

      • execute

        void execute​(IState<T> state)