-
Notifications
You must be signed in to change notification settings - Fork 0
GetInstanceState implementation #1
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
Conversation
…rino/java-sdk into aym/getInstanceMetadata
macromania
left a comment
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.
Really good work @Aymalla . I have provided some comments and they are not Request changes on purpose.
Because they are just naming comments and doesn't change the implementation, it is up to you if you'd like to accept the commentary or dismiss them 👍🏼
examples/src/main/java/io/dapr/examples/workflows/DemoWorkflowClient.java
Outdated
Show resolved
Hide resolved
sdk-workflows/src/main/java/io/dapr/workflows/client/WorkflowMetadata.java
Outdated
Show resolved
Hide resolved
sdk-workflows/src/main/java/io/dapr/workflows/client/WorkflowRuntimeStatus.java
Outdated
Show resolved
Hide resolved
sdk-workflows/src/main/java/io/dapr/workflows/client/DaprWorkflowClient.java
Outdated
Show resolved
Hide resolved
macromania
left a comment
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.
LGTM 👏🏼
…rino/java-sdk into aym/getInstanceMetadata
|
@macromania FYI: the new commits is generated from rebasing my branch |
kusweta
left a comment
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.
LGTM
* addiny getInstanceMetadata, waitForInstanceStart and waitForInstanceCompletion implementation --------- Co-authored-by: aymanmahmoud_microsoft <aymanmahmoud@microsoft.com>
* addiny getInstanceMetadata, waitForInstanceStart and waitForInstanceCompletion implementation --------- Co-authored-by: aymanmahmoud_microsoft <aymanmahmoud@microsoft.com> Signed-off-by: Aymand Mahmoud <aymanmahmoud@microsoft.com> Signed-off-by: Mahmut Canga <cangamahmut@gmail.com>
Description
Add an implementation and testing for workflow management API >
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: Task 46485-mgmt API- getInstanceMetadata
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: