Interface IWorkflow<T>

All Known Implementing Classes:
Workflow

public interface IWorkflow<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(IState<T> state)
     
  • Method Details

    • execute

      void execute(IState<T> state)