-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IWF-101: Use different structures for WorkflowStateOptions #283
Conversation
src/test/java/io/iworkflow/integ/stateapifail/StateFailProceedToRecoverBasic.java
Outdated
Show resolved
Hide resolved
src/test/java/io/iworkflow/integ/stateapifail/StateFailProceedToRecoverNoWaitUntil.java
Outdated
Show resolved
Hide resolved
src/main/java/io/iworkflow/core/mapper/StateMovementMapper.java
Outdated
Show resolved
Hide resolved
src/main/java/io/iworkflow/core/WorkflowStateOptionsExtension.java
Outdated
Show resolved
Hide resolved
src/main/java/io/iworkflow/core/mapper/StateMovementMapper.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more minor comments and found a bug in the previous code(not from you). Otherwise lgtm (great job, this is quite some refactoring)!
src/main/java/io/iworkflow/core/mapper/StateMovementMapper.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great. I promise this is the last run like this 😂
src/main/java/io/iworkflow/core/mapper/StateMovementMapper.java
Outdated
Show resolved
Hide resolved
src/main/java/io/iworkflow/core/mapper/StateMovementMapper.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
Description
Checklist
Related Issue
Closes #<issue_number>