Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
1. Removes code generation with interfaces, handlers, etc. Now there is only an ability to generate Workflow class and Activity class with methods.

2. Removes generator based on presets.

3. Removes WorkflowManager class.
  • Loading branch information
butschster committed Dec 19, 2023
1 parent abcdebc commit e0e3d49
Show file tree
Hide file tree
Showing 54 changed files with 852 additions and 2,974 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.json]
indent_size = 2
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit e0e3d49

Please sign in to comment.