-
Notifications
You must be signed in to change notification settings - Fork 208
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
Adding WorkflowTaskOptions and use it instead of TaskOptions #1200
Conversation
Signed-off-by: Artur Ciocanu <[email protected]>
2489f57
to
462b98a
Compare
@artursouza @cicoyle @salaboy could you please take a look. These are breaking changes, but I think we can afford to have them so we could cleanup the Dapr Workflow public API and remove any Durable Task specific classes. Please take a look and let me know your thoughts. Thank you! |
100% I will look in detail Monday morning |
@artursouza and @cicoyle sorry to insist, could you please take a look and let me know if things are looking good. |
sdk-workflows/src/main/java/io/dapr/workflows/WorkflowContext.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.
One comment on naming changes, but otherwise lgtm
@cicoyle I have added a comment regarding |
Signed-off-by: Artur Ciocanu <[email protected]>
@artursouza and @cicoyle I have addressed review comments. Could you please approve. Thank you. |
Signed-off-by: salaboy <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
Signed-off-by: Christian Kaps <[email protected]> Signed-off-by: salaboy <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
Signed-off-by: Christian Kaps <[email protected]> Signed-off-by: salaboy <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
Signed-off-by: Christian Kaps <[email protected]> Signed-off-by: salaboy <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
Signed-off-by: Christian Kaps <[email protected]>
Description
The following PR accomplishes the following:
SagaOption
toSagaOptions
this is to ensure it aligns with the rest of the APIs.NewWorkflowOption
toNewWorkflowOptions
similar to the above it is to make sure API is consistentWorkflowExecutionOptions
this replacesTaskOptions
.TaskOptions
is a Durable Task specific class and we would like to have something that is native to Dapr Java SDK.Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1199
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: