-
Notifications
You must be signed in to change notification settings - Fork 41
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
[REFACTOR] Improve WorkflowRequest Class #823
Comments
Hello ! I am new to open-source projects. I am working as junior dev in c#/React, also have 3 year experience with Java. Can I work on this issue? Can you give me some more info? Thanks ! :) |
I tried implementing the solution locally by creating subclasses of |
Is your feature request related to a problem?
Currently the Workflow Request class is used to handle several parameters such as
provision
,use_case
,reprovision
, etc, which is becoming unnecessarily complex and can lead to backwards compatibility issues with previous versions when serializing the requests.What solution would you like?
Create subclasses of the WorkflowRequest class to handle each parameter
The text was updated successfully, but these errors were encountered: