-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support weakly typed data attributes #179
Comments
Also need #180 |
Data attributes can be easily supported. But search attributes need to be registered into the namespace, how could it be dynamically created during running time? |
To support the createByPrefix for data attributes, we could:
@longquanzheng What do you think? |
That looks good to me. I would probably do the same way as you described |
Also I just realized that |
Data attribute support in #189. |
Basically skip the type checking for those cases to be more flexible. In some case that user want to implement an dynamic workflow that may need dynamic data or search attributes (especially with persistence locking)
Another idea is to let user define data/search attribute with type by prefix:
The text was updated successfully, but these errors were encountered: