temporal-clojure-sdk icon indicating copy to clipboard operation
temporal-clojure-sdk copied to clipboard

Switch to `setTypedSearchAttributes` for workflow builders

Open thenonameguy opened this issue 11 months ago • 0 comments

Following the deprecation of the current method: https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/client/WorkflowOptions.Builder.html#setSearchAttributes(java.util.Map)

Please also add support for child workflows (w/invoke) as well: https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/workflow/ChildWorkflowOptions.Builder.html#setSearchAttributes(java.util.Map)

thenonameguy avatar Feb 21 '25 08:02 thenonameguy