Class Workflow

java.lang.Object
org.fulib.workflows.events.BaseNote
org.fulib.workflows.events.Workflow

public class Workflow extends BaseNote
Processes Workflow note from event storming and containing all events following the workflow note
  • Constructor Details

    • Workflow

      public Workflow()
  • Method Details

    • getNotes

      public List<BaseNote> getNotes()
      Getter for notes field
      Returns:
      list of notes for this workflow
    • setNotes

      public void setNotes(List<BaseNote> notes)
      Setter for notes field
      Parameters:
      notes - list of notes for this workflow