Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 596 Bytes

TODO.md

File metadata and controls

15 lines (15 loc) · 596 Bytes

TODO

  • Struct/Type declarations.
  • Task declarations .
  • Listener to translate to JSON.
  • Finish up the WorkflowListener.convertToMap(..).
  • Include workflow output.
  • Test for WorkflowListener.
  • Keep Var or Symbol table and use it for type checking.
  • Simple workflow translation. Just sequential tasks.
  • Implement IF (using Switch Task)
  • Implement sample Orkes playground workflow.
  • Implement WHILE loops (using While Task)
  • Implement SWITCH (need to add it to the grammar)
  • More TESTING!!!
  • Improve error messaging and handling