sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

SpringBoot - add workflow and activity metadata to RegisteredInfo

Open tsurdilo opened this issue 2 years ago • 1 comments

Added Workflow and Activity metadata to registered info Tested with sample https://github.com/temporalio/samples-java/pull/576

Now users can get a lot more info about registered workflows and activities:

Screenshot 2024-02-25 at 9 40 45 PM

@Quinn-With-Two-Ns sorry should have added this in the initial pr :) your suggestion to make it object type so we can add more data to it was awesome, allowed for this

tsurdilo avatar Feb 26 '24 02:02 tsurdilo

Can we also add some basic tests for this? just verify a workflow registered returns the correct metadata?

Quinn-With-Two-Ns avatar Feb 27 '24 16:02 Quinn-With-Two-Ns

added test lets me know if ok to merge now

tsurdilo avatar Mar 22 '24 20:03 tsurdilo